IVsDataCommand.DeriveParameters Method (String)
When implemented by a class, derives the parameters that can be specified for a given command.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'宣言
Function DeriveParameters ( _
command As String _
) As IVsDataParameter()
'使用
Dim instance As IVsDataCommand
Dim command As String
Dim returnValue As IVsDataParameter()
returnValue = instance.DeriveParameters(command)
IVsDataParameter[] DeriveParameters(
string command
)
array<IVsDataParameter^>^ DeriveParameters(
String^ command
)
function DeriveParameters(
command : String
) : IVsDataParameter[]
Parameters
command
Type: System.StringA command from which to derive parameters that are specific to a data source.
Return Value
Type: []
An array of IVsDataParameter objects. Each object represents a parameter that is derived from the command.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace