AVEVA CAF API Documenation
Properties  Methods 


WindowsCollection Class Members

The following tables list the members exposed by WindowsCollection.

Public Properties
 NameDescription
Public Property Gets the number of elements contained in the collection.  
Public Property Gets a value indicating whether access to the collection is synchronized (thread-safe).  
Public Property Indexer which returns an IWindow interface for the window with the given key.  
Public Property Gets an object that can be used to synchronize access to the collection.  
Top
Public Methods
 NameDescription
Public Method Determines whether the WindowCollection contains a specific key.  
Public Method Copies the elements of the collection to an Array, starting at a particular Array index.  
Public Method Returns an enumerator that can iterate through the collection.  
Public Method Remove the window with the given key from the collection.  
Top
See Also