CodeGeneratorOptions.IndentString 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 à utiliser pour les mises en retrait.
public:
property System::String ^ IndentString { System::String ^ get(); void set(System::String ^ value); };
public string IndentString { get; set; }
member this.IndentString : string with get, set
Public Property IndentString As String
Valeur de propriété
Chaîne contenant les caractères à utiliser pour les mises en retrait.
Remarques
La valeur par défaut de cette propriété est « /----/ » (quatre espaces).