Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'宣言
Protected Overridable Function GetNavigationCommands ( _
message As ValidationMessage _
) As IList(Of TaskMenuCommand)
'使用
Dim message As ValidationMessage
Dim returnValue As IList(Of TaskMenuCommand)
returnValue = Me.GetNavigationCommands(message)
protected virtual IList<TaskMenuCommand> GetNavigationCommands(
ValidationMessage message
)
protected:
virtual IList<TaskMenuCommand^>^ GetNavigationCommands(
ValidationMessage^ message
)
protected function GetNavigationCommands(
message : ValidationMessage
) : IList<TaskMenuCommand>
Parameters
Return Value
Type: System.Collections.Generic.IList<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.