TaskMenuCommand Constructor (Int32)

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

Syntax

'宣言
Protected Sub New ( _
    priority As Integer _
)
'使用
Dim priority As Integer

Dim instance As New TaskMenuCommand(priority)
protected TaskMenuCommand(
    int priority
)
protected:
TaskMenuCommand(
    int priority
)
protected function TaskMenuCommand(
    priority : int
)

Parameters

Permissions

See Also

Reference

TaskMenuCommand Class

TaskMenuCommand Members

TaskMenuCommand Overload

Microsoft.VisualStudio.Modeling.Shell Namespace