WindowCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| WindowCollection() |
Initializes a new instance of the WindowCollection class. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| CopyTo(Window[], Int32) |
Copies each Window object in the collection to an array, starting from the specified index. |
| GetEnumerator() |
Returns an IEnumerator that you can use to enumerate the Window objects in the collection. |
Explicit Interface Implementations
| Name | Description |
|---|---|
| ICollection.CopyTo(Array, Int32) |
For a description of this member, see CopyTo(Array, Int32). |