VsTextViewClass.GetSelectionMode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the current selection mode.
public:
virtual Microsoft::VisualStudio::TextManager::Interop::TextSelMode GetSelectionMode() = Microsoft::VisualStudio::TextManager::Interop::IVsTextView::GetSelectionMode;
public:
virtual Microsoft::VisualStudio::TextManager::Interop::TextSelMode GetSelectionMode();
public:
virtual Microsoft::VisualStudio::TextManager::Interop::TextSelMode GetSelectionMode() = Microsoft::VisualStudio::TextManager::Interop::IVsTextView::GetSelectionMode;
virtual Microsoft::VisualStudio::TextManager::Interop::TextSelMode GetSelectionMode();
public virtual Microsoft.VisualStudio.TextManager.Interop.TextSelMode GetSelectionMode ();
abstract member GetSelectionMode : unit -> Microsoft.VisualStudio.TextManager.Interop.TextSelMode
override this.GetSelectionMode : unit -> Microsoft.VisualStudio.TextManager.Interop.TextSelMode
Public Overridable Function GetSelectionMode () As TextSelMode
Returns
Returns TextSelMode enum value SM_STREAM or SM_BOX.