NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DocumentCollection Class

Provides a read-only collection of documents.

Object
   DocumentCollection

[Visual Basic]
Public Class DocumentCollection
   Implements ICollection, IEnumerable
[C#]
public class DocumentCollection : ICollection, IEnumerable
[C++]
public __gc class DocumentCollection : public ICollection,
   IEnumerable
[JScript]
public class DocumentCollection implements ICollection, IEnumerable

Remarks

[To be supplied.]

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

DocumentCollection Members | System.ComponentModel.Design Namespace