Element.StyleId プロパティ

定義

要素を一意に識別するユーザー定義の値を取得または設定します。

public:
 property System::String ^ StyleId { System::String ^ get(); void set(System::String ^ value); };
public string StyleId { get; set; }
member this.StyleId : string with get, set
Public Property StyleId As String

プロパティ値

要素を一意に識別する文字列。

注釈

プロパティを StyleId 使用して、UI テストやテーマ エンジンで識別するために、アプリケーション内の個々の要素を識別します。

適用対象