SelectionState.IdentifyCommandsToBeFilteredOutForSingleSelection Method
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.
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