ITextView::Selection Property

 

Gets the selection element.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

property ITextSelection^ Selection {
	ITextSelection^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Editor::ITextSelection^

The selection.

Return to top
Show: