Compartilhar via


Método VsValidationContext.GetDiagramNavigationCommands

Substitua a fornecer um ou mais comandos de navegação do diagrama para os elementos referenciados.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Sintaxe

'Declaração
Protected Overridable Function GetDiagramNavigationCommands ( _
    referencedModelElements As IList(Of ModelElement) _
) As IList(Of TaskMenuCommand)
protected virtual IList<TaskMenuCommand> GetDiagramNavigationCommands(
    IList<ModelElement> referencedModelElements
)

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.IList<TaskMenuCommand>

Segurança do .NET Framework

Consulte também

Referência

VsValidationContext Classe

Namespace Microsoft.VisualStudio.Modeling.Shell