ServerExplorerCommandHandler.SendCommand 方法

该类及其成员保留供内部使用,不应在代码中使用。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Internal
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
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
)

参数

.NET Framework 安全性

请参见

参考

ServerExplorerCommandHandler 类

Microsoft.VisualStudio.Data.Schema.Package.Internal 命名空间