XmlReaderSection.CollapseWhiteSpaceIntoEmptyStringString Propriété

Définition

Obtient ou définit la chaîne qui représente une valeur booléenne indiquant si les espaces blancs sont réduits en chaînes vides. La valeur par défaut est « false ».

public:
 property System::String ^ CollapseWhiteSpaceIntoEmptyStringString { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("CollapseWhiteSpaceIntoEmptyString", DefaultValue="false")]
public string CollapseWhiteSpaceIntoEmptyStringString { get; set; }
[<System.Configuration.ConfigurationProperty("CollapseWhiteSpaceIntoEmptyString", DefaultValue="false")>]
member this.CollapseWhiteSpaceIntoEmptyStringString : string with get, set
Public Property CollapseWhiteSpaceIntoEmptyStringString As String

Valeur de propriété

Chaîne qui représente une valeur booléenne indiquant si les espaces blancs sont réduits en chaînes vides.

Attributs

S’applique à