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

Gets a method given its ID.

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

语法

声明
Public Shared Function GetById ( _
    methodId As UInteger _
) As Method
用法
Dim methodId As UInteger
Dim returnValue As Method

returnValue = Method.GetById(methodId)
public static Method GetById (
    uint methodId
)

参数

  • methodId
    The ID of the method.

返回值

A Method object.

另请参阅

参考

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