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!

IDesignerEventService.Documents

Gets or sets a collection of running design documents in the development environment.

[Visual Basic]
ReadOnly Property Documents As DocumentCollection
[C#]
DocumentCollection Documents {get;}
[C++]
DocumentCollection* get_Documents() = 0;
[JScript]
abstract function get Documents() : DocumentCollection;

Property Value

A DocumentCollection of open documents.

See Also

IDesignerEventService Interface | IDesignerEventService Members | System.ComponentModel.Design Namespace