This documentation is archived and is not being maintained.
IFragmentCapableXmlDictionaryWriter Interface
Visual Studio 2010
Contains properties and methods that when implemented by a XmlDictionaryWriter, allows processing of XML fragments.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
The IFragmentCapableXmlDictionaryWriter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CanFragment | Gets a value that indicates whether this XmlDictionaryWriter can process XML fragments. |
| Name | Description | |
|---|---|---|
![]() | EndFragment | Ends the processing of an XML fragment. |
![]() | StartFragment | Starts the processing of an XML fragment. |
![]() | WriteFragment | Writes an XML fragment to the underlying stream of the writer. |
This class defines the properties and methods related to the capability of an XmlDictionaryWriter to redirect part of its output (a 'fragment') to a different stream than the stream it was created with and to directly insert such a fragment captured by redirection back into the main stream of the same writer at a later point.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
