VsValidationContext.GetExplorerNavigationCommand(IList<ModelElement>) Método

Definição

Retorna um TaskMenuCommand capaz de navegar até o nó apropriado na janela do Gerenciador de modelos para esta mensagem de validação. Se nenhum nó correspondente existir no Gerenciador de modelos, essa propriedade retornará NULL.

protected:
 virtual Microsoft::VisualStudio::Modeling::Shell::TaskMenuCommand ^ GetExplorerNavigationCommand(System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::ModelElement ^> ^ referencedModelElements);
protected virtual Microsoft.VisualStudio.Modeling.Shell.TaskMenuCommand GetExplorerNavigationCommand (System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.ModelElement> referencedModelElements);
abstract member GetExplorerNavigationCommand : System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.ModelElement> -> Microsoft.VisualStudio.Modeling.Shell.TaskMenuCommand
override this.GetExplorerNavigationCommand : System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.ModelElement> -> Microsoft.VisualStudio.Modeling.Shell.TaskMenuCommand
Protected Overridable Function GetExplorerNavigationCommand (referencedModelElements As IList(Of ModelElement)) As TaskMenuCommand

Parâmetros

referencedModelElements
IList<ModelElement>

Retornos

TaskMenuCommand

Aplica-se a