IVsDataCommand.DeriveParameters 方法 (String)

当实现由选件类派生,可用于特定命令指定的参数。

命名空间:  Microsoft.VisualStudio.Data.Services.SupportEntities
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
Function DeriveParameters ( _
    command As String _
) As IVsDataParameter()
IVsDataParameter[] DeriveParameters(
    string command
)
array<IVsDataParameter^>^ DeriveParameters(
    String^ command
)
abstract DeriveParameters : 
        command:string -> IVsDataParameter[] 
function DeriveParameters(
    command : String
) : IVsDataParameter[]

参数

  • command
    类型:System.String
    的命令派生特定于数据源的参数。

返回值

类型:array<Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataParameter[]
IVsDataParameter 对象的数组。每个对象均表示从命令派生的参数。

.NET Framework 安全性

请参见

参考

IVsDataCommand 接口

DeriveParameters 重载

Microsoft.VisualStudio.Data.Services.SupportEntities 命名空间