IMultiSelectionBroker.BoxSelection 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.
If IsBoxSelection is true
, returns an instantiated Selection
which the caller can interrogate or manipulate to work with the box itself. Calls to
AllSelections or GetSelectionsIntersectingSpan(SnapshotSpan) will return individual
per line entries rather than the full box.
If IsBoxSelection is false
, this will return null.
public:
property Microsoft::VisualStudio::Text::Selection BoxSelection { Microsoft::VisualStudio::Text::Selection get(); };
public Microsoft.VisualStudio.Text.Selection BoxSelection { get; }
member this.BoxSelection : Microsoft.VisualStudio.Text.Selection
Public ReadOnly Property BoxSelection As Selection