다음을 통해 공유


IVsTextView.ClearSelection 메서드

현재 선택 영역을 지웁니다.

네임스페이스:  Microsoft.VisualStudio.TextManager.Interop
어셈블리:  Microsoft.VisualStudio.TextManager.Interop(Microsoft.VisualStudio.TextManager.Interop.dll)

구문

‘선언
Function ClearSelection ( _
    fMoveToAnchor As Integer _
) As Integer
int ClearSelection(
    int fMoveToAnchor
)
int ClearSelection(
    [InAttribute] int fMoveToAnchor
)
abstract ClearSelection : 
        fMoveToAnchor:int -> int
function ClearSelection(
    fMoveToAnchor : int
) : int

매개 변수

  • fMoveToAnchor
    형식: Int32

    [in] 경우 true, 현재 선택이 취소 된 후 기준에 커서가 놓입니다. 경우 false, 하 고 커서를 이동 하지 않습니다.

반환 값

형식: Int32
메서드가 성공 하면, 반환 S_OK.실패할 경우 오류 코드를 반환합니다.

설명

COM 시그니처

Textmgr.idl에서:

HRESULT IVsTextView::ClearSelection(
   [in] BOOL fMoveToAnchor
);

기준 위치는 마우스를 사용 하 여 사용자가 선택한 첫 번째 위치입니다.

.NET Framework 보안

참고 항목

참조

IVsTextView 인터페이스

Microsoft.VisualStudio.TextManager.Interop 네임스페이스