다음을 통해 공유


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

속성 값

작업이 Xml 형식으로 저장되면 True입니다. 그렇지 않으면 false입니다.

구현

특성

적용 대상