XmlCDataSection.AppendData(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Appends the supplied string to the existing string data.
public:
virtual void AppendData(Platform::String ^ data) = AppendData;
void AppendData(winrt::hstring const& data);
public void AppendData(string data);
function appendData(data)
Public Sub AppendData (data As String)
Parameters
- data
-
String
Platform::String
winrt::hstring
The data to be appended to the existing string.
Implements
M:Windows.Data.Xml.Dom.IXmlCharacterData.AppendData(System.String)
M:Windows.Data.Xml.Dom.IXmlCharacterData.AppendData(Platform::String)
M:Windows.Data.Xml.Dom.IXmlCharacterData.AppendData(winrt::hstring)