다음을 통해 공유


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 형식에서는 다음과 같은 멤버를 노출합니다.

메서드

  이름 설명
Public 메서드 Dispose 관리되지 않는 리소스의 확보, 해제 또는 다시 설정과 관련된 응용 프로그램 정의 작업을 수행합니다. (IDisposable에서 상속됨)
Public 메서드 GetDesiredIndentation ITextSnapshotLine 에 필요한 들여쓰기를 가져옵니다.

위쪽

참고 항목

참조

Microsoft.VisualStudio.Text.Editor 네임스페이스