添加一个属性
命名空间:
GISShare.SMap.Data
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法void Add(
string strKey,
Object objValue
)
Sub Add (
strKey As String,
objValue As Object
)
void Add(
String^ strKey,
Object^ objValue
)
abstract Add :
strKey : string *
objValue : Object -> unit
参数
- strKey
- 类型: SystemString
属性名称 - objValue
- 类型: SystemObject
值
参见