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.All

Gets or sets the array of designers.

[Visual Basic]
Overridable Public ReadOnly Property All As IDesignerHost ()
[C#]
public IDesignerHost[] All {virtual get;}
[C++]
public: __property virtual IDesignerHost* get_All();
[JScript]
public function get All() : IDesignerHost[];

Property Value

An array of type IDesignerHost.

See Also

DocumentCollection Class | DocumentCollection Members | System.ComponentModel.Design Namespace