当实现由选件类派生,可用于特定命令指定的参数。
命名空间: 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。