Compartir a través de


VsValidationContext.GetDiagramNavigationCommands (Método)

Invalide para proporcionar uno o más comandos de navegación de diagramas de los elementos a los que se hace referencia.

Espacio de nombres:  Microsoft.VisualStudio.Modeling.Shell
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (en Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Sintaxis

'Declaración
Protected Overridable Function GetDiagramNavigationCommands ( _
    referencedModelElements As IList(Of ModelElement) _
) As IList(Of TaskMenuCommand)
protected virtual IList<TaskMenuCommand> GetDiagramNavigationCommands(
    IList<ModelElement> referencedModelElements
)

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

VsValidationContext Clase

Microsoft.VisualStudio.Modeling.Shell (Espacio de nombres)