LookupTableDataSet.LookupTableTreesDataTable.FindByLT_STRUCT_UID メソッド
指定したパラメーターを使用して、 LookupTableTreesRowオブジェクトを取得します。
名前空間: WebSvcLookupTable
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Function FindByLT_STRUCT_UID ( _
LT_STRUCT_UID As Guid _
) As LookupTableDataSet.LookupTableTreesRow
'使用
Dim instance As LookupTableDataSet.LookupTableTreesDataTable
Dim LT_STRUCT_UID As Guid
Dim returnValue As LookupTableDataSet.LookupTableTreesRow
returnValue = instance.FindByLT_STRUCT_UID(LT_STRUCT_UID)
public LookupTableDataSet.LookupTableTreesRow FindByLT_STRUCT_UID(
Guid LT_STRUCT_UID
)
パラメーター
LT_STRUCT_UID
型: System.Guidルックアップ テーブルの構造の GUID を指定します。
戻り値
型: WebSvcLookupTable.LookupTableDataSet.LookupTableTreesRow
関連項目
参照先
LookupTableDataSet.LookupTableTreesDataTable クラス