Compartir a través de


VsTextViewClass.GetSelectionMode (Método)

Devuelve el modo de selección actual.

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

Sintaxis

'Declaración
Public Overridable Function GetSelectionMode As TextSelMode
public virtual TextSelMode GetSelectionMode()
public:
virtual TextSelMode GetSelectionMode()
abstract GetSelectionMode : unit -> TextSelMode  
override GetSelectionMode : unit -> TextSelMode
public function GetSelectionMode() : TextSelMode

Valor devuelto

Tipo: Microsoft.VisualStudio.TextManager.Interop.TextSelMode

Implementaciones

IVsTextView.GetSelectionMode()

Seguridad de .NET Framework

Vea también

Referencia

VsTextViewClass Clase

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