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 命名空间