Represents a notification subscription recipient list.
The following tables list the members exposed by the NotificationSubscriptionRecipientList type.
Public Constructors
Name | Description | |
---|---|---|
NotificationSubscriptionRecipientList | Overloaded. Initializes a new NotificationSubscriptionRecipientList object. |
Public Properties
Name | Description | |
---|---|---|
Capacity | (inherited from List) | |
Count | (inherited from List) | |
Item | (inherited from List) |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Add | (inherited from List) | |
AddRange | (inherited from List) | |
AsReadOnly | (inherited from List) | |
BinarySearch | Overloaded. (inherited from List) | |
Clear | (inherited from List) | |
Contains | (inherited from List) | |
ConvertAll | (inherited from List) | |
CopyTo | Overloaded. (inherited from List) | |
Equals | Overloaded. (inherited from Object) | |
Exists | (inherited from List) | |
Find | (inherited from List) | |
FindAll | (inherited from List) | |
FindIndex | Overloaded. (inherited from List) | |
FindLast | (inherited from List) | |
FindLastIndex | Overloaded. (inherited from List) | |
ForEach | (inherited from List) | |
GetEnumerator | (inherited from List) | |
GetHashCode | (inherited from Object) | |
GetRange | (inherited from List) | |
GetType | (inherited from Object) | |
IndexOf | Overloaded. (inherited from List) | |
Insert | (inherited from List) | |
InsertRange | (inherited from List) | |
LastIndexOf | Overloaded. (inherited from List) | |
ReferenceEquals | (inherited from Object) | |
Remove | (inherited from List) | |
RemoveAll | (inherited from List) | |
RemoveAt | (inherited from List) | |
RemoveRange | (inherited from List) | |
Reverse | Overloaded. (inherited from List) | |
Sort | Overloaded. (inherited from List) | |
ToArray | (inherited from List) | |
ToString | (inherited from Object) | |
TrimExcess | (inherited from List) | |
TrueForAll | (inherited from List) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.Generic.IEnumerable.GetEnumerator | (inherited from List) | |
System.Collections.ICollection.CopyTo | (inherited from List) | |
System.Collections.IEnumerable.GetEnumerator | (inherited from List) | |
System.Collections.IList.Add | (inherited from List) | |
System.Collections.IList.Contains | (inherited from List) | |
System.Collections.IList.IndexOf | (inherited from List) | |
System.Collections.IList.Insert | (inherited from List) | |
System.Collections.IList.Remove | (inherited from List) | |
System.Collections.Generic.ICollection.IsReadOnly | (inherited from List) | |
System.Collections.ICollection.IsSynchronized | (inherited from List) | |
System.Collections.ICollection.SyncRoot | (inherited from List) | |
System.Collections.IList.IsFixedSize | (inherited from List) | |
System.Collections.IList.IsReadOnly | (inherited from List) | |
System.Collections.IList.Item | (inherited from List) |
See Also
Send comments about this topic to Microsoft.