VsValidationContext.GetDiagramNavigationCommands Method

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

Syntax

'宣言
Protected Overridable Function GetDiagramNavigationCommands ( _
    referencedModelElements As IList(Of ModelElement) _
) As IList(Of TaskMenuCommand)
'使用
Dim referencedModelElements As IList(Of ModelElement)
Dim returnValue As IList(Of TaskMenuCommand)

returnValue = Me.GetDiagramNavigationCommands(referencedModelElements)
protected virtual IList<TaskMenuCommand> GetDiagramNavigationCommands(
    IList<ModelElement> referencedModelElements
)
protected:
virtual IList<TaskMenuCommand^>^ GetDiagramNavigationCommands(
    IList<ModelElement^>^ referencedModelElements
)
protected function GetDiagramNavigationCommands(
    referencedModelElements : IList<ModelElement>
) : IList<TaskMenuCommand>

Parameters

Return Value

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

Permissions

See Also

Reference

VsValidationContext Class

VsValidationContext Members

Microsoft.VisualStudio.Modeling.Shell Namespace