ConfigXmlDocument.CreateWhitespace(String) Metoda

Definicja

Tworzy biały odstęp.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

public:
 override System::Xml::XmlWhitespace ^ CreateWhitespace(System::String ^ data);
public override System.Xml.XmlWhitespace CreateWhitespace (string data);
override this.CreateWhitespace : string -> System.Xml.XmlWhitespace
Public Overrides Function CreateWhitespace (data As String) As XmlWhitespace

Parametry

data
String

Dane do użycia.

Zwraca

Wartość wyliczenia XmlWhitespace.

Dotyczy

Zobacz też