Returns the parameters of the specified method.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'宣言
Function GetParameters ( _
method As String _
) As Object()
'使用
Dim instance As IVsDataObjectService
Dim method As String
Dim returnValue As Object()
returnValue = instance.GetParameters(method)
Object[] GetParameters(
string method
)
array<Object^>^ GetParameters(
String^ method
)
function GetParameters(
method : String
) : Object[]
Parameters
method
Type: System.StringThe name of the method to get parameters for.
Return Value
Type: []
An array containing the parameters of the specified method.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | The method parameter is a null reference (Nothing in Visual Basic). |
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.