VsValidationContext.GetNavigationCommands(ValidationMessage) Method

Definition

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

Returns

Applies to