TextDocument.Selection Property

Gets an object representing the current selection on the TextDocument object.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
ReadOnly Property Selection As TextSelection
TextSelection Selection { get; }
property TextSelection^ Selection {
    TextSelection^ get ();
}
abstract Selection : TextSelection
function get Selection () : TextSelection

Property Value

Type: EnvDTE.TextSelection
A TextSelection object.

.NET Framework Security

See Also

Reference

TextDocument Interface

EnvDTE Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples