다음을 통해 공유


IEditorOperations.Unindent 메서드

텍스트가 unindents.

네임스페이스:  Microsoft.VisualStudio.Text.Operations
어셈블리:  Microsoft.VisualStudio.Text.UI(Microsoft.VisualStudio.Text.UI.dll)

구문

‘선언
Function Unindent As Boolean
bool Unindent()
bool Unindent()
abstract Unindent : unit -> bool
function Unindent() : boolean

반환 값

형식: Boolean
편집이 성공하면 true이고, 그렇지 않으면 false입니다.

설명

여러 줄의 항목을 선택한 경우 선택 항목을 내어씁니다. 한 줄 선택 영역이 있으면 선택의 시작 하기 전에 공백을 탭의 분량을 제거 합니다. 선택 된 내용이 없으면 캐럿 위치 앞의 공백 탭의 가치를 제거 합니다.

.NET Framework 보안

참고 항목

참조

IEditorOperations 인터페이스

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