Share via


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

'Declaration
Function GetParameters ( _
    method As String _
) As Object()
Object[] GetParameters(
    string method
)
array<Object^>^ GetParameters(
    String^ method
)
abstract GetParameters : 
        method:string -> Object[] 
function GetParameters(
    method : String
) : Object[]

Parameters

  • method
    Type: System.String

    The name of the method to get parameters for.

Return Value

Type: array<System.Object[]
An array containing the parameters of the specified method.

Exceptions

Exception Condition
ArgumentNullException

The method parameter is nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

IVsDataObjectService Interface

Microsoft.VisualStudio.Data.Services Namespace