[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The StateDetailsContentsXmlBlobtype exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
Blob
CDATA blob that will go into the state details
DetailType
Gets the detail type
IsCdata
If true, Xml blob is a CDATA
WriteAsCdata
Should Blob be written as a CDATA or raw XML. If null, state is automatically determined (if CDATA header is used, it is written as CDATA, else it is written as/is). If true, CDATA writer is always used and data is written as a CDATA blob. This can cause serialization exceptions if used incorrectly. If false, CDATA writer is never used and data is written as-is

See Also