VsValidationContext.GetExplorerNavigationCommand Method

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

Syntax

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

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

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.Shell.TaskMenuCommand

Permissions

See Also

Reference

VsValidationContext Class

VsValidationContext Members

Microsoft.VisualStudio.Modeling.Shell Namespace