ActivityDesignerThemeAttribute.Xml 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定一個 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 屬性。