DefaultOptionExtensions.GetIndentSize(IEditorOptions) Methode

Definition

Ruft die Größe eines Einzugs für die angegebene ab IEditorOptions .

public:
[System::Runtime::CompilerServices::Extension]
 static int GetIndentSize(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public:
[System::Runtime::CompilerServices::Extension]
 static int GetIndentSize(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public static int GetIndentSize (this Microsoft.VisualStudio.Text.Editor.IEditorOptions options);
static member GetIndentSize : Microsoft.VisualStudio.Text.Editor.IEditorOptions -> int
<Extension()>
Public Function GetIndentSize (options As IEditorOptions) As Integer

Parameter

Gibt zurück

Int32

Die Anzahl der Leerzeichen der Einzugs Größe.

Gilt für