WindowCollection Members
The following tables list the members exposed by the WindowCollection type.
Public Constructors
Name | Description | |
---|---|---|
WindowCollection | Initializes a new instance of the WindowCollection class. |
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of Window objects in a particular window collection. | |
IsSynchronized | Gets a value that indicates whether a particular window collection is thread-safe. | |
Item | Gets the Window object at a specified index number in a particular window collection. | |
SyncRoot | Gets an object that you can use to synchronize access to a particular window collection. |
Public Methods
Name | Description | |
---|---|---|
CopyTo | Copies Window objects from a window collection to a specified array, starting at a specified index number in the window collection. | |
Equals | (Inherited from Object.) | |
GetEnumerator | Returns an IEnumerator interface that your program can use to enumerate the Window objects in a window collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |