ITextSelection.Mode Property

Definition

Gets or sets the selection mode.

public:
 property Microsoft::VisualStudio::Text::Editor::TextSelectionMode Mode { Microsoft::VisualStudio::Text::Editor::TextSelectionMode get(); void set(Microsoft::VisualStudio::Text::Editor::TextSelectionMode value); };
public:
 property Microsoft::VisualStudio::Text::Editor::TextSelectionMode Mode { Microsoft::VisualStudio::Text::Editor::TextSelectionMode get(); void set(Microsoft::VisualStudio::Text::Editor::TextSelectionMode value); };
public Microsoft.VisualStudio.Text.Editor.TextSelectionMode Mode { get; set; }
member this.Mode : Microsoft.VisualStudio.Text.Editor.TextSelectionMode with get, set
Public Property Mode As TextSelectionMode

Property Value

The TextSelectionMode.

Applies to