次の方法で共有


LookupTableMultiLangDataSet.LookupTableMaskStructuresDataTable.Item プロパティ

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

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

構文

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

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

パラメーター

  • index
    型: System.Int32

    LookupTableMaskStructuresDataTableの行を指定する整数です。

プロパティ値

型: WebSvcLookupTable.LookupTableMultiLangDataSet.LookupTableMaskStructuresRow

関連項目

参照先

LookupTableMultiLangDataSet.LookupTableMaskStructuresDataTable クラス

LookupTableMultiLangDataSet.LookupTableMaskStructuresDataTable メンバー

WebSvcLookupTable 名前空間