IVsTextView.SetSelectionMode Method
Visual Studio 2012
Sets the selection mode.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
COM Signature
From textmgr.idl:
HRESULT IVsTextView::SetSelectionMode(
[in] TextSelMode iSelMode
);
Use this method to set whether stream or box selection is the current selection mode. For more information, see TextSelMode.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.