SelectionState.IdentifyCommandsToBeFilteredOutForMultipleSelection Method

Definition

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

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

Parameters

invalidCommands
CommandIdCollection

Applies to