IFragmentCapableXmlDictionaryWriter::CanFragment Property

 

Gets a value that indicates whether this XmlDictionaryWriter can process XML fragments.

Namespace:   System.Xml
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

property bool CanFragment {
	bool get();
}

Property Value

Type: System::Boolean

true if this XmlDictionaryWriter can process XML fragments; otherwise, false.

Returns true if the writer that implements this interface can generate and accept XML fragments.

.NET Framework
Available since 3.0
Return to top
Show: