IRootDesigner.SupportedTechnologies Property

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

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

property array<ViewTechnology>^ SupportedTechnologies {
	array<ViewTechnology>^ get ();
}
/** @property */
ViewTechnology[] get_SupportedTechnologies ()

function get SupportedTechnologies () : ViewTechnology[]

Not applicable.

Property Value

An array of supported ViewTechnology values.

The ViewTechnology enumeration indicates the supported view technologies.

NoteNote:

The ViewTechnology.Passthrough and ViewTechnology.WindowsForms fields are obsolete. Use ViewTechnology.Default for new designer implementations.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0

Community Additions

ADD
Show: