DefaultOptionExtensions.GetIndentSize(IEditorOptions) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
- options
- IEditorOptions
Die IEditorOptions.
Gibt zurück
Die Anzahl der Leerzeichen der Einzugs Größe.