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 测试和主题引擎中标识。

适用于