ServerExplorerCommandHandler.SendCommand Method
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 Sub SendCommand ( _
cmdSet As Guid, _
cmdId As Integer, _
customIn As Object _
)
protected void SendCommand(
Guid cmdSet,
int cmdId,
Object customIn
)
protected:
void SendCommand(
Guid cmdSet,
int cmdId,
Object^ customIn
)
member SendCommand :
cmdSet:Guid *
cmdId:int *
customIn:Object -> unit
protected function SendCommand(
cmdSet : Guid,
cmdId : int,
customIn : Object
)
Parameters
- cmdSet
Type: System.Guid
Command id.
- cmdId
Type: System.Int32
Custom input data.
- customIn
Type: System.Object
.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