TextWindow.Selection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object representing the current selection on the TextWindow object.
public:
property EnvDTE::TextSelection ^ Selection { EnvDTE::TextSelection ^ get(); };
public:
property EnvDTE::TextSelection ^ Selection { EnvDTE::TextSelection ^ get(); };
[System.Runtime.InteropServices.DispId(3)]
public EnvDTE.TextSelection Selection { [System.Runtime.InteropServices.DispId(3)] get; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
member this.Selection : EnvDTE.TextSelection
Public ReadOnly Property Selection As TextSelection
Property Value
A TextSelection object.
- Attributes