Metodo IVsTextView3.GetCanCaretAndSelectionMapToSurfaceBuffer
Determines whether the view selection and caret can map to the underlying text buffer.
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.11.0 (in Microsoft.VisualStudio.TextManager.Interop.11.0.dll)
Sintassi
'Dichiarazione
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
Parametri
pbCanMap
Tipo: Int32%[out] Value is true if the selection and caret can map to the underlying text buffer; otherwise, false.
Valore restituito
Tipo: Int32
Returns S_OK if the method is successful; otherwise, returns an error code.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.