SelectionState.IdentifyCommandsToBeFilteredOutForSingleSelection Method

Definition

Override to identify the commands which are not valid in a single selection scenario, for this selection state.

protected:
 virtual void IdentifyCommandsToBeFilteredOutForSingleSelection(Microsoft::VisualStudio::Modeling::Diagrams::CommandIdCollection ^ invalidCommands);
protected virtual void IdentifyCommandsToBeFilteredOutForSingleSelection (Microsoft.VisualStudio.Modeling.Diagrams.CommandIdCollection invalidCommands);
abstract member IdentifyCommandsToBeFilteredOutForSingleSelection : Microsoft.VisualStudio.Modeling.Diagrams.CommandIdCollection -> unit
override this.IdentifyCommandsToBeFilteredOutForSingleSelection : Microsoft.VisualStudio.Modeling.Diagrams.CommandIdCollection -> unit
Protected Overridable Sub IdentifyCommandsToBeFilteredOutForSingleSelection (invalidCommands As CommandIdCollection)

Parameters

invalidCommands
CommandIdCollection

Applies to