IFragmentCapableXmlDictionaryWriter 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含在經由 XmlDictionaryWriter 實作之後即可用來處理 XML 片段的屬性和方法。
public interface class IFragmentCapableXmlDictionaryWriter
public interface IFragmentCapableXmlDictionaryWriter
type IFragmentCapableXmlDictionaryWriter = interface
Public Interface IFragmentCapableXmlDictionaryWriter
備註
這個類別會定義與 XmlDictionaryWriter 寫入器的能力有關的屬性和方法,以便這個寫入器能夠將其輸出部分 (「片段」) 重新導向至與用來建立它的資料流不同的資料流,並在稍後將重新導向時所擷取的這類片段直接重新插入至相同寫入器的主要資料流。
屬性
CanFragment |
取得值,這個值會指出這個 XmlDictionaryWriter 是否可以處理 XML 片段。 |
方法
EndFragment() |
結束 XML 片段的處理。 |
StartFragment(Stream, Boolean) |
開始處理 XML 片段。 |
WriteFragment(Byte[], Int32, Int32) |
將 XML 片段寫入至寫入器的基礎資料流。 |