IMultiSelectionBroker.PrimarySelection 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 primary selection which should remain after invoking ClearSecondarySelections().
public:
property Microsoft::VisualStudio::Text::Selection PrimarySelection { Microsoft::VisualStudio::Text::Selection get(); };
public Microsoft.VisualStudio.Text.Selection PrimarySelection { get; }
member this.PrimarySelection : Microsoft.VisualStudio.Text.Selection
Public ReadOnly Property PrimarySelection As Selection