Method.GetInputParameters 方法 (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)

Gets the input parameters for this method.

命名空间: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Public Function GetInputParameters As ParameterCollection
用法
Dim instance As Method
Dim returnValue As ParameterCollection

returnValue = instance.GetInputParameters
public ParameterCollection GetInputParameters ()

返回值

A ParameterCollection object.

备注

Returns all the Parameters except for the Parameter with directionType Return.

另请参阅

参考

Method 类
Method 成员
Microsoft.Office.Server.ApplicationRegistry.MetadataModel 命名空间