System::Xml::XmlDocument::CreateWhitespace yöntemi

XmlDocument::CreateWhitespace method

Bir XmlWhitespace düğümü oluşturur.

virtual SharedPtr<XmlWhitespace> System::Xml::XmlDocument::CreateWhitespace(const String &text)
ParameterTypeAçıklama
textconst String&Dize yalnızca aşağıdaki karakterleri içermelidir ’\x20’, ’\x0d’, ’\x0a’, ’\x09’.

ReturnValue

Yeni bir XmlWhitespace düğüm.

Ayrıca Bakınız