VsValidationContext.GetNavigationCommands Method

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

See Also

Reference

VsValidationContext Class

VsValidationContext Members

Microsoft.VisualStudio.Modeling.Shell Namespace