CodeLensDetailPaneCommand.RequiredSelectionCount 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.
Defines specific number of selected entries required by the command, used when SelectionMode is set to SpecificCount.
public:
property int RequiredSelectionCount { int get(); void set(int value); };
public int RequiredSelectionCount { get; set; }
member this.RequiredSelectionCount : int with get, set
Public Property RequiredSelectionCount As Integer