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