TopLevelNameCollection.Item[Int32] 属性

定义

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 参数超出了集合的范围。

适用于

另请参阅