XmlReaderSection.CollapseWhiteSpaceIntoEmptyStringString Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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