DefaultOptionExtensions.GetTabSize(IEditorOptions) Méthode
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 la taille de l’onglet pour le spécifié IEditorOptions .
public:
[System::Runtime::CompilerServices::Extension]
static int GetTabSize(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public:
[System::Runtime::CompilerServices::Extension]
static int GetTabSize(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public static int GetTabSize (this Microsoft.VisualStudio.Text.Editor.IEditorOptions options);
static member GetTabSize : Microsoft.VisualStudio.Text.Editor.IEditorOptions -> int
<Extension()>
Public Function GetTabSize (options As IEditorOptions) As Integer
Paramètres
- options
- IEditorOptions
Le IEditorOptions.
Retours
Nombre d'espaces correspondant à la taille de tabulation.