SearchResultCollection.Item[Int32] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取位于此集合中指定索引处的 SearchResult 对象。
public:
property System::DirectoryServices::SearchResult ^ default[int] { System::DirectoryServices::SearchResult ^ get(int index); };
public System.DirectoryServices.SearchResult this[int index] { get; }
member this.Item(int) : System.DirectoryServices.SearchResult
Default Public ReadOnly Property Item(index As Integer) As SearchResult
参数
- index
- Int32
要检索的 SearchResult 对象的从零开始的索引。
属性值
位于指定索引处的 SearchResult 对象。
注解
在 C# 中,此属性是 SearchResultCollection 类的索引器。
在 JScript 中,您可以使用某个类型定义的默认索引属性,但不能显式定义自己的属性。 但是,在类上指定 expando 属性会自动提供一个默认的索引属性,该属性的类型为 Object,索引类型为 String。