ISelectionTransformer.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 the Selection to transform. This will change through calls to PerformAction(PredefinedSelectionTransformations), MoveTo(VirtualSnapshotPoint, Boolean, PositionAffinity), and MoveTo(VirtualSnapshotPoint, VirtualSnapshotPoint, VirtualSnapshotPoint, PositionAffinity).
public:
property Microsoft::VisualStudio::Text::Selection Selection { Microsoft::VisualStudio::Text::Selection get(); };
public Microsoft.VisualStudio.Text.Selection Selection { get; }
member this.Selection : Microsoft.VisualStudio.Text.Selection
Public ReadOnly Property Selection As Selection