ExternalRoleMemberCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of ExternalRoleMember objects. This class cannot be inherited.
[System.Runtime.InteropServices.Guid("60e824e7-9b4f-425c-9078-293280a5a8c1")]
public sealed class ExternalRoleMemberCollection : System.Collections.IList
[<System.Runtime.InteropServices.Guid("60e824e7-9b4f-425c-9078-293280a5a8c1")>]
type ExternalRoleMemberCollection = class
interface IList
interface ICollection
interface IEnumerable
Public NotInheritable Class ExternalRoleMemberCollection
Implements IList
- Inheritance
-
ExternalRoleMemberCollection
- Attributes
- Implements
Constructors
ExternalRoleMemberCollection() |
Properties
Count |
Gets the number of elements contained in the collection. |
Item[Int32] |
Gets or sets the ExternalRoleMember element at the specified index. |
Methods
Add(ExternalRoleMember) |
Adds the specified ExternalRoleMember to the end of the collection. |
AddRange(ICollection) |
Adds the set of specified elements to the end of the collection. |
Clear() |
Removes all items from the collection. |
Contains(ExternalRoleMember) |
Determines whether the specified ExternalRoleMember exists in the collection. |
CopyTo(Array, Int32) |
Copies the elements of the collection to an Array, starting at a particular Array index. |
IndexOf(ExternalRoleMember) |
Searches for the specified ExternalRoleMember and returns its zero-based index within the collection. |
Insert(Int32, ExternalRoleMember) |
Inserts the specified ExternalRoleMember to the collection at the specified index. |
Remove(ExternalRoleMember) |
Removes the specified ExternalRoleMember from this collection. |
RemoveAt(Int32) |
Removes the ExternalRoleMember at the specified index. |