DefaultOptionExtensions.GetIndentSize(IEditorOptions) Метод

Определение

Возвращает размер отступа для указанного объекта 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

Параметры

Возвращаемое значение

Int32

Количество пробелов для размера отступа.

Применяется к