IVsDataObjectService.GetParameters Method

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.String

    The 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

See Also

Reference

IVsDataObjectService Interface

IVsDataObjectService Members

Microsoft.VisualStudio.Data.Services Namespace