该类及其成员保留供内部使用,不应在代码中使用。
命名空间: 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
)
参数
- cmdSet
类型:System.Guid
命令 ID。
- cmdId
类型:System.Int32
自定义输入数据。
- customIn
类型:System.Object
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。