WindowsCollection Class Members
The following tables list the members exposed by WindowsCollection.
Public Properties
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the collection. |
![]() | IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread-safe). |
![]() | Item | Indexer which returns an IWindow interface for the window with the given key. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Public Methods
Name | Description | |
---|---|---|
![]() | ContainsKey | Determines whether the WindowCollection contains a specific key. |
![]() | CopyTo | Copies the elements of the collection to an Array, starting at a particular Array index. |
![]() | GetEnumerator | Returns an enumerator that can iterate through the collection. |
![]() | Remove | Remove the window with the given key from the collection. |
See Also