Compartir a través de


IVsTextView3.GetCanCaretAndSelectionMapToSurfaceBuffer (Método)

Determines whether the view selection and caret can map to the underlying text buffer.

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

Sintaxis

'Declaración
Function GetCanCaretAndSelectionMapToSurfaceBuffer ( _
    <OutAttribute> ByRef pbCanMap As Integer _
) As Integer
int GetCanCaretAndSelectionMapToSurfaceBuffer(
    out int pbCanMap
)
int GetCanCaretAndSelectionMapToSurfaceBuffer(
    [OutAttribute] int% pbCanMap
)
abstract GetCanCaretAndSelectionMapToSurfaceBuffer : 
        pbCanMap:int byref -> int
function GetCanCaretAndSelectionMapToSurfaceBuffer(
    pbCanMap : int
) : int

Parámetros

  • pbCanMap
    Tipo: Int32%

    [out] Value is true if the selection and caret can map to the underlying text buffer; otherwise, false.

Valor devuelto

Tipo: Int32
Returns S_OK if the method is successful; otherwise, returns an error code.

Seguridad de .NET Framework

Vea también

Referencia

IVsTextView3 Interfaz

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