MethodInstance.GetById メソッド (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
ID が指定された MethodInstance オブジェクトを取得します。
名前空間: 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
)
パラメータ
- methodInstanceId
MethodInstance オブジェクトの ID。
戻り値
MethodInstance オブジェクト。
関連項目
参照
MethodInstance クラス
MethodInstance メンバ
Microsoft.Office.Server.ApplicationRegistry.MetadataModel 名前空間