ReadOnlyActiveDirectorySchemaPropertyCollection 类
定义
ReadOnlyActiveDirectorySchemaPropertyCollection 类是一个包含 ActiveDirectorySchemaProperty 对象的只读集合。The ReadOnlyActiveDirectorySchemaPropertyCollection class is a read-only collection that contains ActiveDirectorySchemaProperty objects.
public ref class ReadOnlyActiveDirectorySchemaPropertyCollection : System::Collections::ReadOnlyCollectionBase
public class ReadOnlyActiveDirectorySchemaPropertyCollection : System.Collections.ReadOnlyCollectionBase
type ReadOnlyActiveDirectorySchemaPropertyCollection = class
inherit ReadOnlyCollectionBase
Public Class ReadOnlyActiveDirectorySchemaPropertyCollection
Inherits ReadOnlyCollectionBase
- 继承
属性
| Count |
获取 ReadOnlyCollectionBase 实例中包含的元素数。Gets the number of elements contained in the ReadOnlyCollectionBase instance. (继承自 ReadOnlyCollectionBase) |
| InnerList |
获取 ReadOnlyCollectionBase 实例中包含的元素的列表。Gets the list of elements contained in the ReadOnlyCollectionBase instance. (继承自 ReadOnlyCollectionBase) |
| Item[Int32] |
获取此集合中的 ActiveDirectorySchemaProperty 对象。Gets an ActiveDirectorySchemaProperty object in this collection. |
方法
| Contains(ActiveDirectorySchemaProperty) |
确定指定的 ActiveDirectorySchemaProperty 对象是否在此集合中。Determines if the specified ActiveDirectorySchemaProperty object is in this collection. |
| CopyTo(ActiveDirectorySchemaProperty[], Int32) |
将此集合中的所有 ActiveDirectorySchemaProperty 对象复制到指定的数组中,从目标数组的指定索引处开始。Copies all ActiveDirectorySchemaProperty objects in this collection to the specified array, starting at the specified index of the target array. |
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetEnumerator() |
返回循环访问 ReadOnlyCollectionBase 实例的枚举器。Returns an enumerator that iterates through the ReadOnlyCollectionBase instance. (继承自 ReadOnlyCollectionBase) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| IndexOf(ActiveDirectorySchemaProperty) |
返回指定的 ActiveDirectorySchemaProperty 对象在此集合中的第一个匹配项的索引。Returns the index of the first occurrence of the specified ActiveDirectorySchemaProperty object in this collection. |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |
显式接口实现
| ICollection.CopyTo(Array, Int32) |
从目标数组的指定索引处开始将整个 ReadOnlyCollectionBase 复制到兼容的一维 Array。Copies the entire ReadOnlyCollectionBase to a compatible one-dimensional Array, starting at the specified index of the target array. (继承自 ReadOnlyCollectionBase) |
| ICollection.IsSynchronized |
获取一个值,该值指示对 ReadOnlyCollectionBase 对象的访问是否同步(线程安全)。Gets a value indicating whether access to a ReadOnlyCollectionBase object is synchronized (thread safe). (继承自 ReadOnlyCollectionBase) |
| ICollection.SyncRoot |
获取一个对象,该对象可用于同步对 ReadOnlyCollectionBase 对象的访问。Gets an object that can be used to synchronize access to a ReadOnlyCollectionBase object. (继承自 ReadOnlyCollectionBase) |
扩展方法
| Cast<TResult>(IEnumerable) |
将 IEnumerable 的元素强制转换为指定的类型。Casts the elements of an IEnumerable to the specified type. |
| OfType<TResult>(IEnumerable) |
根据指定类型筛选 IEnumerable 的元素。Filters the elements of an IEnumerable based on a specified type. |
| AsParallel(IEnumerable) |
启用查询的并行化。Enables parallelization of a query. |
| AsQueryable(IEnumerable) |
将 IEnumerable 转换为 IQueryable。Converts an IEnumerable to an IQueryable. |