共用方式為


ActivityDesignerThemeAttribute.Xml 屬性

定義

取得或設定一個 XML 字串,定義活動設計器的預設屬性設定。

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

屬性值

一個包含預設主題屬性設定的字串,格式為 XML 格式。

備註

活動設計器可以透過在主題屬性中宣告該屬性,將包含其預設主題屬性值的 XML 字串傳遞給該 Xml 屬性。

適用於