This documentation is archived and is not being maintained.

IRootDesigner.SupportedTechnologies Property

Gets the set of technologies that this designer can support for its display.

[Visual Basic]
ReadOnly Property SupportedTechnologies As ViewTechnology ()
[C#]
ViewTechnology[] SupportedTechnologies {get;}
[C++]
__property ViewTechnology get_SupportedTechnologies();
[JScript]
function get SupportedTechnologies() : ViewTechnology[];

Property Value

An array of supported ViewTechnology objects.

Remarks

The ViewTechnology enumeration indicates the supported view technologies.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

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

Show: