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

Gets a MethodInstance object given its ID.

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

语法

声明
Public Shared Function GetById ( _
    methodInstanceId As UInteger _
) As MethodInstance
用法
Dim methodInstanceId As UInteger
Dim returnValue As MethodInstance

returnValue = MethodInstance.GetById(methodInstanceId)
public static MethodInstance GetById (
    uint methodInstanceId
)

参数

返回值

A MethodInstance object.

另请参阅

参考

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