Uredi

DirectoryServicesPermissionEntryCollection Class

Definition

Contains a strongly-typed collection of DirectoryServicesPermissionEntry objects.

public ref class DirectoryServicesPermissionEntryCollection : System::Collections::CollectionBase
public class DirectoryServicesPermissionEntryCollection : System.Collections.CollectionBase
type DirectoryServicesPermissionEntryCollection = class
    inherit CollectionBase
Public Class DirectoryServicesPermissionEntryCollection
Inherits CollectionBase
Inheritance
DirectoryServicesPermissionEntryCollection

Properties

Name Description
Item[Int32]

Gets or sets a DirectoryServicesPermissionEntry object in this collection.

Methods

Name Description
Add(DirectoryServicesPermissionEntry)

Appends the specified DirectoryServicesPermissionEntry object to this collection.

AddRange(DirectoryServicesPermissionEntry[])

Appends the contents of the specified DirectoryServicesPermissionEntry array to this collection.

AddRange(DirectoryServicesPermissionEntryCollection)

Appends the contents of the specified DirectoryServicesPermissionEntryCollection object to this collection.

Contains(DirectoryServicesPermissionEntry)

Determines if the specified DirectoryServicesPermissionEntry object is in this collection.

CopyTo(DirectoryServicesPermissionEntry[], Int32)

Copies all DirectoryServicesPermissionEntry objects in this collection to the specified array, starting at the specified index in the target array.

IndexOf(DirectoryServicesPermissionEntry)

Returns the index of the first occurrence of the specified DirectoryServicesPermissionEntry object in this collection.

Insert(Int32, DirectoryServicesPermissionEntry)

Inserts the specified DirectoryServicesPermissionEntry into this collection at the specified index.

OnClear()

Overrides the OnClear() method.

OnInsert(Int32, Object)

Overrides the OnInsert(Int32, Object) method.

OnRemove(Int32, Object)

Overrides the OnRemove(Int32, Object) method.

OnSet(Int32, Object, Object)

Overrides the OnSet(Int32, Object, Object) method.

Remove(DirectoryServicesPermissionEntry)

Removes the first occurrence of an object in this collection that is identical to the specified DirectoryServicesPermissionEntry object.

Applies to

See also