LookupTableCollection.GetByGuid メソッド
指定された GUID を使用して、コレクションからのルックアップ テーブルを取得します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public Function GetByGuid ( _
uid As Guid _
) As LookupTable
'使用
Dim instance As LookupTableCollection
Dim uid As Guid
Dim returnValue As LookupTable
returnValue = instance.GetByGuid(uid)
[RemoteAttribute]
public LookupTable GetByGuid(
Guid uid
)
パラメーター
uid
型: System.GuidGUIDの値です。
戻り値
型: Microsoft.ProjectServer.Client.LookupTable
LookupTableのオブジェクトです。