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.Empty。

適用於