DelegatingXmlDictionaryReader.Prefix 属性

定义

获取与当前节点关联的命名空间前缀。

public:
 virtual property System::String ^ Prefix { System::String ^ get(); };
public override string Prefix { get; }
member this.Prefix : string
Public Overrides ReadOnly Property Prefix As String

属性值

与当前节点关联的命名空间前缀。

适用于