DocumentDesigner::IRootDesigner::GetView Method (ViewTechnology)

 

For a description of this member, see System.ComponentModel.Design::ViewTechnology.

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

private:
virtual Object^ GetView(
	ViewTechnology technology
) sealed = IRootDesigner::GetView

Parameters

technology
Type: System.ComponentModel.Design::ViewTechnology

A ViewTechnology that indicates a particular view technology.

Return Value

Type: System::Object^

An object that represents the view for this designer.

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

.NET Framework
Available since 1.1
Return to top
Show: