WebEventFormatter.IndentationLevel 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 le niveau de retrait.
public:
property int IndentationLevel { int get(); void set(int value); };
public int IndentationLevel { get; set; }
member this.IndentationLevel : int with get, set
Public Property IndentationLevel As Integer
Valeur de propriété
Nombre de tabulations utilisées pour le niveau de retrait.
Exemples
L'exemple de code suivant montre comment utiliser la propriété IndentationLevel.
formatter.IndentationLevel += 1;
formatter.IndentationLevel += 1
Remarques
La IndentationLevel propriété vous permet de contrôler la façon dont les informations d’événement sont mises en retrait. L’unité de base de mise en retrait est définie par la TabSize propriété . Pour chaque niveau de retrait, vous augmentez la mise en retrait d’un onglet.