VsTextViewClass.GetSelectionMode 方法

返回当前选择模式。

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop(在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

语法

声明
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

返回值

类型:Microsoft.VisualStudio.TextManager.Interop.TextSelMode

实现

IVsTextView.GetSelectionMode()

.NET Framework 安全性

请参阅

参考

VsTextViewClass 类

Microsoft.VisualStudio.TextManager.Interop 命名空间