移除一个属性
命名空间:
GISShare.SMap.Data
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public void Remove(
string strKey
)
Public Sub Remove (
strKey As String
)
public:
virtual void Remove(
String^ strKey
) sealed
abstract Remove :
strKey : string -> unit
override Remove :
strKey : string -> unit
参数
- strKey
- 类型: SystemString
属性名称
实现
IAttributesRemove(String)
参见