TriggerActionCollection Class
Definition
Represents a collection of TriggerAction objects.
public ref class TriggerActionCollection sealed : System::Collections::Generic::ICollection<System::Windows::TriggerAction ^>, System::Collections::Generic::IEnumerable<System::Windows::TriggerAction ^>, System::Collections::Generic::IList<System::Windows::TriggerAction ^>, System::Collections::IList
public sealed class TriggerActionCollection : System.Collections.Generic.ICollection<System.Windows.TriggerAction>, System.Collections.Generic.IEnumerable<System.Windows.TriggerAction>, System.Collections.Generic.IList<System.Windows.TriggerAction>, System.Collections.IList
type TriggerActionCollection = class
interface IList
interface ICollection
interface IEnumerable
interface IList<TriggerAction>
interface ICollection<TriggerAction>
interface seq<TriggerAction>
Public NotInheritable Class TriggerActionCollection
Implements ICollection(Of TriggerAction), IEnumerable(Of TriggerAction), IList, IList(Of TriggerAction)
- Inheritance
-
TriggerActionCollection
- Implements
Constructors
TriggerActionCollection() |
Initializes an instance of the TriggerActionCollection class. |
TriggerActionCollection(Int32) |
Initializes an instance of the TriggerActionCollection class that has the specified initial size. |
Properties
Count |
Gets the number of items in the collection. |
IsReadOnly |
Gets a value that indicates whether the collection is read-only. |
Item[Int32] |
Gets or sets the item that is at the specified index. |
Methods
Add(TriggerAction) |
Adds an item to the collection. |
Clear() |
Removes all items from the collection. |
Contains(TriggerAction) |
Returns a value that indicates whether the collection contains the specified TriggerAction object. |
CopyTo(TriggerAction[], Int32) |
Begins at the specified index and copies the collection items to the specified array. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetEnumerator() |
Returns an enumerator that iterates through the collection. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
IndexOf(TriggerAction) |
Returns the index of the specified item in the collection. |
Insert(Int32, TriggerAction) |
Inserts the specified item into the collection at the specified index. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
Remove(TriggerAction) |
Removes the first occurrence of the specified object from the collection. |
RemoveAt(Int32) |
Removes from the collection the item that is located at the specified index. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Explicit Interface Implementations
ICollection.CopyTo(Array, Int32) |
This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
ICollection.IsSynchronized |
This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
ICollection.SyncRoot |
This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
IEnumerable.GetEnumerator() |
This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
IList.Add(Object) |
This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
IList.Contains(Object) |
This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
IList.IndexOf(Object) |
This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
IList.Insert(Int32, Object) |
This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
IList.IsFixedSize |
This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
IList.Item[Int32] |
This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
IList.Remove(Object) |
This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
Extension Methods
CopyToDataTable<T>(IEnumerable<T>) |
Returns a DataTable that contains copies of the DataRow objects, given an input IEnumerable<T> object where the generic parameter |
CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption) |
Copies DataRow objects to the specified DataTable, given an input IEnumerable<T> object where the generic parameter |
CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption, FillErrorEventHandler) |
Copies DataRow objects to the specified DataTable, given an input IEnumerable<T> object where the generic parameter |
Cast<TResult>(IEnumerable) |
Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
Enables parallelization of a query. |
AsQueryable(IEnumerable) |
Converts an IEnumerable to an IQueryable. |
Ancestors<T>(IEnumerable<T>) |
Returns a collection of elements that contains the ancestors of every node in the source collection. |
Ancestors<T>(IEnumerable<T>, XName) |
Returns a filtered collection of elements that contains the ancestors of every node in the source collection. Only elements that have a matching XName are included in the collection. |
DescendantNodes<T>(IEnumerable<T>) |
Returns a collection of the descendant nodes of every document and element in the source collection. |
Descendants<T>(IEnumerable<T>) |
Returns a collection of elements that contains the descendant elements of every element and document in the source collection. |
Descendants<T>(IEnumerable<T>, XName) |
Returns a filtered collection of elements that contains the descendant elements of every element and document in the source collection. Only elements that have a matching XName are included in the collection. |
Elements<T>(IEnumerable<T>) |
Returns a collection of the child elements of every element and document in the source collection. |
Elements<T>(IEnumerable<T>, XName) |
Returns a filtered collection of the child elements of every element and document in the source collection. Only elements that have a matching XName are included in the collection. |
InDocumentOrder<T>(IEnumerable<T>) |
Returns a collection of nodes that contains all nodes in the source collection, sorted in document order. |
Nodes<T>(IEnumerable<T>) |
Returns a collection of the child nodes of every document and element in the source collection. |
Remove<T>(IEnumerable<T>) |
Removes every node in the source collection from its parent node. |