IVsDataObjectService.GetParameters 方法

返回指定方法的参数。

命名空间:  Microsoft.VisualStudio.Data.Services
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
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[]

参数

返回值

类型:array<System.Object[]
包含指定的方法的参数数组。

异常

异常 条件
ArgumentNullException

该 method 参数为 nullnull 引用(在 Visual Basic 中为 Nothing)。

.NET Framework 安全性

请参见

参考

IVsDataObjectService 接口

Microsoft.VisualStudio.Data.Services 命名空间