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