VsValidationContext.GetExplorerNavigationCommand(IList<ModelElement>) Methode

Definition

Gibt einen taskmenucommand zurück, der zum entsprechenden Knoten im Modell-Explorer-Fenster für diese Validierungs Meldung navigieren können. Wenn im Modell-Explorer kein entsprechender Knoten vorhanden ist, gibt diese Eigenschaft NULL zurück.

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

Parameter

referencedModelElements
IList<ModelElement>

Gibt zurück

TaskMenuCommand

Gilt für