属性是否存在
命名空间:
GISShare.SMap.Data
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public bool ContainsKey(
string strKey
)
Public Function ContainsKey (
strKey As String
) As Boolean
public:
virtual bool ContainsKey(
String^ strKey
) sealed
abstract ContainsKey :
strKey : string -> bool
override ContainsKey :
strKey : string -> bool
参数
- strKey
- 类型: SystemString
属性名称
返回值
类型:
Boolean实现
IAttributesContainsKey(String)
参见