ObjectListFieldCollection.Item[Int32] 属性

定义

类的默认索引器 ObjectListFieldCollection 允许按索引查找任意功能值。 可以通过名称访问任何属性。 但是,返回的值始终为字符串(如果未 null 定义),而不是类型安全值。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

public:
 property System::Web::UI::MobileControls::ObjectListField ^ default[int] { System::Web::UI::MobileControls::ObjectListField ^ get(int index); };
public System.Web.UI.MobileControls.ObjectListField this[int index] { get; }
member this.Item(int) : System.Web.UI.MobileControls.ObjectListField
Default Public ReadOnly Property Item(index As Integer) As ObjectListField

参数

index
Int32

要检索的项的索引。

属性值

一个字符串,表示指定索引处的字段的值。

实现

适用于

另请参阅