Compartir a través de


IVsTextView.ClearSelection (Método)

borra la selección actual.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
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

Parámetros

  • fMoveToAnchor
    Tipo: Int32

    [in] Si true, el cursor se coloca en el delimitador después de que se borra la selección actual. Si false, entonces el cursor no se mueve.

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

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

La posición de delimitación es la primera ubicación que el usuario seleccionó con el mouse.

Seguridad de .NET Framework

Vea también

Referencia

IVsTextView Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)