ConfigXmlDocument.CreateWhitespace(String) Metodo

Definizione

Crea spazi vuoti.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

data
String

Dati da usare.

Valori restituiti

Il valore XmlWhitespace.

Si applica a

Vedi anche