IFragmentCapableXmlDictionaryWriter.CanFragment 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值會指出這個 XmlDictionaryWriter 是否可以處理 XML 片段。
public:
property bool CanFragment { bool get(); };
public bool CanFragment { get; }
member this.CanFragment : bool
Public ReadOnly Property CanFragment As Boolean
屬性值
如果這個 XmlDictionaryWriter 可以處理 XML 片段,則為 true
,否則為 false
。
備註
true
如果實作這個介面的寫入器可以產生並接受 XML 片段,則傳回 。