WindowCollection Class
Represents a collection of Window objects. This class cannot be inherited.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | WindowCollection() | Initializes a new instance of the WindowCollection class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | CopyTo(array<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() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see ICollection::CopyTo. |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
Available since 3.0
Silverlight
Available since 5.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



