IRootDesigner.GetView Method (ViewTechnology)
.NET Framework (current version)
Gets a view object for the specified view technology.
Assembly: System (in System.dll)
Parameters
- technology
-
Type:
System.ComponentModel.Design.ViewTechnology
A ViewTechnology that indicates a particular view technology.
| Exception | Condition |
|---|---|
| ArgumentException | The specified view technology is not supported or does not exist. |
This method returns a view object that can present a user interface to the user. The returned data type is an Object, because there can be a variety of different user interface technologies. Development environments typically support more than one technology.
Note |
|---|
The ViewTechnology.Passthrough and ViewTechnology.WindowsForms fields are obsolete. Use ViewTechnology.Default for new designer implementations. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
