共用方式為


VisualStateGroup.Name 屬性

定義

取得 VisualStateGroup的名稱。

public:
 property Platform::String ^ Name { Platform::String ^ get(); };
winrt::hstring Name();
public string Name { get; }
var string = visualStateGroup.name;
Public ReadOnly Property Name As String
<VisualStateGroup x:Name="groupName"/>

屬性值

String

Platform::String

winrt::hstring

VisualStateGroup的名稱。

備註

Name 是唯讀屬性,您可以在執行時間檢查程式碼,以讀取 XAML 控制項範本中套用至VisualStateGroupx:Name 屬性值。 您無法以常值方式設定 Name,因為它是唯讀的,而 x:Name 屬性 只能在 XAML 中設定。 一旦載入包含控制項範本和 VisualStateGroup 定義的 XAML,即可使用此值。

在執行時間檢查VisualStateGroup名稱的需求預期相對不常見,而且只會與進階案例相關。 在大部分情況下,在 XAML 中使用VisualStateManagerVisualStateGroup事件結合的VisualStateGroup定義,可讓您定義和叫用自訂或Windows 執行階段定義控制項的視覺狀態。

適用於

另請參閱