NameScopePropertyAttribute.Name 屬性

定義

取得提供 XAML 名稱範圍的屬性名稱。

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

屬性值

字串值,這是提供 XAML 名稱範圍的屬性名稱。

備註

的意義 Name 取決於 是否已 Type 設定。 如果 Type 為 null,則會 Name 參考所屬性化之型別上的屬性。 如果 Type 包含值,則 Name 參考所 Type指示 上的屬性。

適用於