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

XmlDocument::CreateWhitespace method

XmlWhitespace düğümü oluşturur.

virtual SharedPtr<XmlWhitespace> System::Xml::XmlDocument::CreateWhitespace(const String &text)
ParametreTürAçıklama
metinconst 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