WebEventFormatter.TabSize 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 taille des tabulations.
public:
property int TabSize { int get(); void set(int value); };
public int TabSize { get; set; }
member this.TabSize : int with get, set
Public Property TabSize As Integer
Valeur de propriété
Nombre d'espaces dans un retrait.
Exemples
L'exemple de code suivant montre comment utiliser la propriété TabSize.
formatter.TabSize = 4;
formatter.TabSize = 4
Remarques
La TabSize propriété vous permet de contrôler la taille de tabulation utilisée lors de l’écriture d’informations d’événement. détermine TabSize le nombre d’espaces par unité de retrait, contrôlé par IndentationLevel la propriété .