The VGPermissionAttributeCollection type exposes the following members.

Constructors

  NameDescription
VGPermissionAttributeCollection
Creates a new instance of a VGPermissionAttributeCollection.

Methods

  NameDescription
Clone
Duplicates the current object.
ContainsOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetAllAttributes
Gets an array of VGIPermissionAttribute objects stored in the collection.
GetAttributeById
Gets the attribute specified by its id.
GetAttributeByName
Gets the attribute specified by its name.
GetEnumerator
Returns an enumerator that iterates through the ReadOnlyCollectionBase instance.
(Inherited from ReadOnlyCollectionBase.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetKeyAtIndex
Gets the name of the attribute corresponding to the specified index
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Count
Gets the number of elements contained in the ReadOnlyCollectionBase instance.
(Inherited from ReadOnlyCollectionBase.)
InnerList
Gets the list of elements contained in the ReadOnlyCollectionBase instance.
(Inherited from ReadOnlyCollectionBase.)
ItemOverloaded.

See Also