XmlParserNameWithoutNamespace 属性 |
在“Name”属性的基础上去除命名空间,只在ELEMENT节点上有效。(如:ogc:Name -> Name)
命名空间:
GISShare.Xml
程序集:
GISShare.Xml (在 GISShare.Xml.dll 中) 版本:1.0.0.1 (1.0.0.1)
语法public string NameWithoutNamespace { get; }
Public ReadOnly Property NameWithoutNamespace As String
Get
public:
property String^ NameWithoutNamespace {
String^ get ();
}
member NameWithoutNamespace : string with get
属性值
类型:
String
参见