共用方式為


IFragmentCapableXmlDictionaryWriter.CanFragment 屬性

定義

取得值,這個值會指出這個 XmlDictionaryWriter 是否可以處理 XML 片段。

public:
 property bool CanFragment { bool get(); };
public bool CanFragment { get; }
member this.CanFragment : bool
Public ReadOnly Property CanFragment As Boolean

屬性值

Boolean

如果這個 XmlDictionaryWriter 可以處理 XML 片段,則為 true,否則為 false

備註

true如果實作這個介面的寫入器可以產生並接受 XML 片段,則傳回 。

適用於