Share via


WindowCollection Members

The following tables list the members exposed by the WindowCollection type.

Public Constructors

Name Description
Public Method WindowCollection Initializes a new instance of the WindowCollection class.

Public Properties

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

Public Methods

Name Description
Public Method CopyTo Copies Window objects from a window collection to a specified array, starting at a specified index number in the window collection.
Public Method Equals (Inherited from Object.)
Public Method GetEnumerator Returns an IEnumerator interface that your program can use to enumerate the Window objects in a window collection.
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

WindowCollection Class
Microsoft.SPOT Namespace