ISmartIndent - интерфейс
Предоставляет методы, вычисляющие нужный отступ для строки.
Пространство имен: Microsoft.VisualStudio.Text.Editor
Сборка: Microsoft.VisualStudio.Text.UI (в Microsoft.VisualStudio.Text.UI.dll)
Синтаксис
'Декларация
Public Interface ISmartIndent _
Inherits IDisposable
public interface ISmartIndent : IDisposable
public interface class ISmartIndent : IDisposable
type ISmartIndent =
interface
interface IDisposable
end
public interface ISmartIndent extends IDisposable
Тип ISmartIndent предоставляет следующие члены.
Методы
Имя | Описание | |
---|---|---|
![]() |
Dispose | Выполняет определяемые приложением задачи, связанные с удалением, высвобождением или сбросом неуправляемых ресурсов. (Унаследовано от IDisposable.) |
![]() |
GetDesiredIndentation | Возвращает нужный отступ ITextSnapshotLine. |
В начало страницы