次の方法で共有


LookupTableMultiLangDataSet.LookupTableStructuresDataTable.Item プロパティ

指定したパラメーターを使用して、 LookupTableStructuresDataTableでは、row オブジェクトを取得します。

名前空間:  WebSvcLookupTable
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
Public ReadOnly Property Item ( _
    index As Integer _
) As LookupTableMultiLangDataSet.LookupTableStructuresRow
    Get
'使用
Dim instance As LookupTableMultiLangDataSet.LookupTableStructuresDataTable
Dim index As Integer
Dim value As LookupTableMultiLangDataSet.LookupTableStructuresRow

value = instance.Item(index)
public LookupTableMultiLangDataSet.LookupTableStructuresRow this[
    int index
] { get; }

パラメーター

  • index
    型: System.Int32

    LookupTableStructuresDataTableの行を表す整数値。

プロパティ値

型: WebSvcLookupTable.LookupTableMultiLangDataSet.LookupTableStructuresRow

関連項目

参照先

LookupTableMultiLangDataSet.LookupTableStructuresDataTable クラス

LookupTableMultiLangDataSet.LookupTableStructuresDataTable メンバー

WebSvcLookupTable 名前空間