VsValidationContext.GetDiagramNavigationCommands – metoda
Přepsat poskytnout další diagramu navigační příkazy pro prvky.
Obor názvů: Microsoft.VisualStudio.Modeling.Shell
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntaxe
'Deklarace
Protected Overridable Function GetDiagramNavigationCommands ( _
referencedModelElements As IList(Of ModelElement) _
) As IList(Of TaskMenuCommand)
protected virtual IList<TaskMenuCommand> GetDiagramNavigationCommands(
IList<ModelElement> referencedModelElements
)
Parametry
- referencedModelElements
Typ: System.Collections.Generic.IList<ModelElement>
Vrácená hodnota
Typ: System.Collections.Generic.IList<TaskMenuCommand>
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.