WindowCollection Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Collects the window objects for an application into a single set, or window collection.
Inheritance Hierarchy
System. . :: . .Object
Microsoft.SPOT..::..WindowCollection
Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)
Syntax
'Declaration
Public NotInheritable Class WindowCollection _
Implements ICollection, IEnumerable
public sealed class WindowCollection : ICollection,
IEnumerable
public ref class WindowCollection sealed : ICollection,
IEnumerable
[<Sealed>]
type WindowCollection =
class
interface ICollection
interface IEnumerable
end
public final class WindowCollection implements ICollection, IEnumerable
The WindowCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
WindowCollection | Initializes a new instance of the WindowCollection class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | Gets the number of window objects in the collection. |
![]() |
IsSynchronized | Gets a value that indicates whether a the collection is thread-safe. |
![]() |
Item | Gets the object at a specified index number in the collection. |
![]() |
SyncRoot | Gets an object that you can use to synchronize access to the collection. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
CopyTo | Copies Window objects from the collection to a specified array, starting at a specified index number in the window collection. |
![]() |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
GetEnumerator | Returns an enumerator for the collection. |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
ICollection. . :: . .CopyTo | Copies Window objects from the collection to a specified array, starting at a specified index number in the window collection. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)
.gif)