TopLevelNameCollection.Item[Int32] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Item[Int32] 属性获取此集合中的 TopLevelName 对象。
public:
property System::DirectoryServices::ActiveDirectory::TopLevelName ^ default[int] { System::DirectoryServices::ActiveDirectory::TopLevelName ^ get(int index); };
public System.DirectoryServices.ActiveDirectory.TopLevelName this[int index] { get; }
member this.Item(int) : System.DirectoryServices.ActiveDirectory.TopLevelName
Default Public ReadOnly Property Item(index As Integer) As TopLevelName
参数
- index
- Int32
要获取的 TopLevelName 对象的从零开始的索引。
属性值
位于指定索引处的 TopLevelName。
例外
指定的 index
参数超出了集合的范围。