WindowCollection Class
Definition
Represents a collection of Window objects. This class cannot be inherited.
public ref class WindowCollection sealed : System::Collections::ICollection
public sealed class WindowCollection : System.Collections.ICollection
type WindowCollection = class
interface ICollection
interface IEnumerable
Public NotInheritable Class WindowCollection
Implements ICollection
- Inheritance
-
WindowCollection
- Implements
Constructors
WindowCollection() |
Initializes a new instance of the WindowCollection class. |
Properties
Count |
Gets the number of Window objects contained in the WindowCollection. |
IsSynchronized |
Gets a value indicating whether the WindowCollection object is thread safe. |
Item[Int32] |
Gets the Window or NavigationWindow object at the specified index. |
SyncRoot |
Gets an object that can be used to synchronize access to the collection. |
Methods
CopyTo(Window[], Int32) |
Copies each Window object in the collection to an array, starting from the specified index. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetEnumerator() |
Returns an IEnumerator that you can use to enumerate the Window objects in the collection. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
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) |
Explicit Interface Implementations
ICollection.CopyTo(Array, Int32) |
For a description of this member, see CopyTo(Array, Int32). |
Extension Methods
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. |