VsValidationContext.GetDiagramNavigationCommands 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 supply one or more diagram navigation commands for the referenced elements.
protected:
virtual System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::Shell::TaskMenuCommand ^> ^ GetDiagramNavigationCommands(System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::ModelElement ^> ^ referencedModelElements);
protected virtual System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Shell.TaskMenuCommand> GetDiagramNavigationCommands (System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.ModelElement> referencedModelElements);
abstract member GetDiagramNavigationCommands : System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.ModelElement> -> System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Shell.TaskMenuCommand>
override this.GetDiagramNavigationCommands : System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.ModelElement> -> System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Shell.TaskMenuCommand>
Protected Overridable Function GetDiagramNavigationCommands (referencedModelElements As IList(Of ModelElement)) As IList(Of TaskMenuCommand)
Parameters
- referencedModelElements
- IList<ModelElement>
Returns
An IList of DynamicMenuCommands