ActivityDesigner.IRootDesigner.GetView(ViewTechnology) Method

Definition

Returns a view object for the specified view technology.

 virtual System::Object ^ System.ComponentModel.Design.IRootDesigner.GetView(System::ComponentModel::Design::ViewTechnology technology) = System::ComponentModel::Design::IRootDesigner::GetView;
object IRootDesigner.GetView (System.ComponentModel.Design.ViewTechnology technology);
abstract member System.ComponentModel.Design.IRootDesigner.GetView : System.ComponentModel.Design.ViewTechnology -> obj
override this.System.ComponentModel.Design.IRootDesigner.GetView : System.ComponentModel.Design.ViewTechnology -> obj
Function GetView (technology As ViewTechnology) As Object Implements IRootDesigner.GetView

Parameters

technology
ViewTechnology

A ViewTechnology for which to return the view object.

Returns

An object that represents the view for this designer.

Implements

Remarks

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

For more information, see GetView.

Applies to