共用方式為


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 格式中預設主題屬性設定的字串。

備註

活動設計工具可以宣告 Theme 屬性 (Attribute) 中的屬性 (Property),將包含其任何預設主題屬性 (Property) 值的 XML 字串傳遞至 Xml 屬性 (Property)。

適用於