Поделиться через


VsTextViewClass.SetSelectionMode - метод

Устанавливает режим выделения.

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop (в Microsoft.VisualStudio.TextManager.Interop.dll)

Синтаксис

'Декларация
Public Overridable Function SetSelectionMode ( _
    iSelMode As TextSelMode _
) As Integer
public virtual int SetSelectionMode(
    TextSelMode iSelMode
)
public:
virtual int SetSelectionMode(
    [InAttribute] TextSelMode iSelMode
)
abstract SetSelectionMode : 
        iSelMode:TextSelMode -> int  
override SetSelectionMode : 
        iSelMode:TextSelMode -> int
public function SetSelectionMode(
    iSelMode : TextSelMode
) : int

Параметры

Возвращаемое значение

Тип: Int32

Реализации

IVsTextView.SetSelectionMode(TextSelMode)

Безопасность платформы .NET Framework

См. также

Ссылки

VsTextViewClass Класс

Microsoft.VisualStudio.TextManager.Interop - пространство имен