XmlCDataSection Constructor (String^, XmlDocument^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the XmlCDataSection class.

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

public protected:
XmlCDataSection(
	String^ data,
	XmlDocument^ doc
)

Parameters

data
Type: System::String^

String that contains character data.

doc
Type: System.Xml::XmlDocument^

XmlDocument object.

Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Return to top
Show: