Share via


MainPipeClass.IsSavingXml プロパティ

定義

タスクで XML 形式で保存するかどうかを示す値を取得します。値の設定も可能です。

public:
 virtual property bool IsSavingXml { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(19)]
public virtual bool IsSavingXml { [System.Runtime.InteropServices.DispId(19)] get; [System.Runtime.InteropServices.DispId(19)] set; }
[<System.Runtime.InteropServices.DispId(19)>]
[<get: System.Runtime.InteropServices.DispId(19)>]
[<set: System.Runtime.InteropServices.DispId(19)>]
member this.IsSavingXml : bool with get, set
Public Overridable Property IsSavingXml As Boolean

プロパティ値

True の 場合、タスクは Xml 形式で保存します。それ以外の場合は false。

実装

属性

適用対象