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
Public method WindowCollection Initializes a new instance of the WindowCollection class.

Top

Properties

  Name Description
Public property Count Gets the number of window objects in the collection.
Public property IsSynchronized Gets a value that indicates whether a the collection is thread-safe.
Public property Item Gets the object at a specified index number in the collection.
Public property SyncRoot Gets an object that you can use to synchronize access to the collection.

Top

Methods

  Name Description
Public method CopyTo Copies Window objects from the collection to a specified array, starting at a specified index number in the window collection.
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method GetEnumerator Returns an enumerator for the collection.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method 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.

See Also

Reference

Microsoft.SPOT Namespace