[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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.
Top

Public Properties

  Name Description
public property Capacity  (inherited from List)
public property Count  (inherited from List)
public property Item  (inherited from List)
Top

Public Methods (see also Protected Methods)

  Name Description
public method Add  (inherited from List)
public method AddRange  (inherited from List)
public method AsReadOnly  (inherited from List)
public method BinarySearch  Overloaded. (inherited from List)
public method Clear  (inherited from List)
public method Contains  (inherited from List)
public method ConvertAll  (inherited from List)
public method CopyTo  Overloaded. (inherited from List)
public method Equals  Overloaded. (inherited from Object)
public method Exists  (inherited from List)
public method Find  (inherited from List)
public method FindAll  (inherited from List)
public method FindIndex  Overloaded. (inherited from List)
public method FindLast  (inherited from List)
public method FindLastIndex  Overloaded. (inherited from List)
public method ForEach  (inherited from List)
public method GetEnumerator  (inherited from List)
public method GetHashCode  (inherited from Object)
public method GetRange  (inherited from List)
public method GetType  (inherited from Object)
public method IndexOf  Overloaded. (inherited from List)
public method Insert  (inherited from List)
public method InsertRange  (inherited from List)
public method LastIndexOf  Overloaded. (inherited from List)
public methodstatic ReferenceEquals  (inherited from Object)
public method Remove  (inherited from List)
public method RemoveAll  (inherited from List)
public method RemoveAt  (inherited from List)
public method RemoveRange  (inherited from List)
public method Reverse  Overloaded. (inherited from List)
public method Sort  Overloaded. (inherited from List)
public method ToArray  (inherited from List)
public method ToString  (inherited from Object)
public method TrimExcess  (inherited from List)
public method TrueForAll  (inherited from List)
Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)
Top

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)
Top

See Also


Send comments about this topic to Microsoft.