ServerExplorerCommandHandler.CreateCommand Method (Int32, CommandID, array<Object )
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Protected Overrides Function CreateCommand ( _
itemId As Integer, _
commandId As CommandID, _
parameters As Object() _
) As MenuCommand
protected override MenuCommand CreateCommand(
int itemId,
CommandID commandId,
Object[] parameters
)
protected:
virtual MenuCommand^ CreateCommand(
int itemId,
CommandID^ commandId,
array<Object^>^ parameters
) override
abstract CreateCommand :
itemId:int *
commandId:CommandID *
parameters:Object[] -> MenuCommand
override CreateCommand :
itemId:int *
commandId:CommandID *
parameters:Object[] -> MenuCommand
protected override function CreateCommand(
itemId : int,
commandId : CommandID,
parameters : Object[]
) : MenuCommand
Parameters
- itemId
Type: System.Int32
Item in Server Explorer.
- commandId
Type: System.ComponentModel.Design.CommandID
Command id object.
- parameters
Type: array<System.Object[]
Parameters.
Return Value
Type: System.ComponentModel.Design.MenuCommand
Command object, or null if command id is not supported.
.NET Framework Security
- 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.
See Also
Reference
ServerExplorerCommandHandler Class
Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace