获取属性值
命名空间:
GISShare.Xml
程序集:
GISShare.Xml (在 GISShare.Xml.dll 中) 版本:1.0.0.1 (1.0.0.1)
语法public string GetAttribute(
string strKey
)
Public Function GetAttribute (
strKey As String
) As String
public:
String^ GetAttribute(
String^ strKey
)
member GetAttribute :
strKey : string -> string
参数
- strKey
- 类型: SystemString
属性名称
返回值
类型:
String返回属性值的字符串(不存在返回NULL)
参见