XmlQualifiedName.Name 属性

定义

获取 XmlQualifiedName 的限定名的字符串表示形式。

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

属性值

String

限定名的字符串表示形式,或者如果没有为对象定义名称,则为 String.Empty。

适用于