ComponentDocumentDesigner::IRootDesigner::SupportedTechnologies Property

 

For a description of this member, see IRootDesigner::SupportedTechnologies.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

private:
property array<ViewTechnology>^ SupportedTechnologies {
	virtual array<ViewTechnology>^ get() sealed = IRootDesigner::SupportedTechnologies::get;
}

Property Value

Type: array<System.ComponentModel.Design::ViewTechnology>^

An array of supported ViewTechnology values.

This member is an explicit interface member implementation. It can be used only when the ComponentDocumentDesigner instance is cast to an IRootDesigner interface.

.NET Framework
Available since 2.0
Return to top
Show: