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 格式中預設主題屬性設定的字串。
備註
活動設計工具可以宣告 Theme 屬性 (Attribute) 中的屬性 (Property),將包含其任何預設主題屬性 (Property) 值的 XML 字串傳遞至 Xml 屬性 (Property)。