VsValidationContext.GetNavigationCommands(ValidationMessage) 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.
Full list of navigation commands for this validation message. Default implementation concatentates the DiagramNavigateCommands with the ExplorerNavigateCommand.
protected:
virtual System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::Shell::TaskMenuCommand ^> ^ GetNavigationCommands(Microsoft::VisualStudio::Modeling::Validation::ValidationMessage ^ message);
protected virtual System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Shell.TaskMenuCommand> GetNavigationCommands (Microsoft.VisualStudio.Modeling.Validation.ValidationMessage message);
abstract member GetNavigationCommands : Microsoft.VisualStudio.Modeling.Validation.ValidationMessage -> System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Shell.TaskMenuCommand>
override this.GetNavigationCommands : Microsoft.VisualStudio.Modeling.Validation.ValidationMessage -> System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Shell.TaskMenuCommand>
Protected Overridable Function GetNavigationCommands (message As ValidationMessage) As IList(Of TaskMenuCommand)
Parameters
- message
- ValidationMessage