Поделиться через


IVsTextView3.GetCanCaretAndSelectionMapToSurfaceBuffer - метод

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

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop.11.0 (в Microsoft.VisualStudio.TextManager.Interop.11.0.dll)

Синтаксис

'Декларация
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

Параметры

  • pbCanMap
    Тип: Int32%

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

Возвращаемое значение

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

Безопасность платформы .NET Framework

См. также

Ссылки

IVsTextView3 Интерфейс

Microsoft.VisualStudio.TextManager.Interop - пространство имен