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
- referencedModelElements
Type: System.Collections.Generic.IList<ModelElement>
Return Value
Type: Microsoft.VisualStudio.Modeling.Shell.TaskMenuCommand
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.