LookupEntryCollection.GetById メソッド
Idの値で指定されている参照のエントリを返します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public Function GetById ( _
objectId As String _
) As LookupEntry
'使用
Dim instance As LookupEntryCollection
Dim objectId As String
Dim returnValue As LookupEntry
returnValue = instance.GetById(objectId)
[RemoteAttribute]
public LookupEntry GetById(
string objectId
)
パラメーター
objectId
型: System.String検索エントリの GUID の文字列形式。
戻り値
型: Microsoft.ProjectServer.Client.LookupEntry
検索のエントリ オブジェクト。