IDesignerEventService::Designers Property

 

Gets a collection of root designers for design documents that are currently active in the development environment.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

property DesignerCollection^ Designers {
	DesignerCollection^ get();
}

Property Value

Type: System.ComponentModel.Design::DesignerCollection^

A DesignerCollection containing the root designers that have been created and not yet disposed.

.NET Framework
Available since 1.1
Return to top
Show: