Method.GetById メソッド (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
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
メソッドの ID。
戻り値
Method オブジェクト。
関連項目
参照
Method クラス
Method メンバ
Microsoft.Office.Server.ApplicationRegistry.MetadataModel 名前空間