Sdílet prostřednictvím


ServerExplorerCommandHandler.SendCommand – metoda

Tato třída a jeho členové jsou vyhrazeny pro interní použití a nejsou určeny pro použití v kódu.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
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
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ServerExplorerCommandHandler Třída

Microsoft.VisualStudio.Data.Schema.Package.Internal – obor názvů