ActivityDesigner.IRootDesigner.GetView(ViewTechnology) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定视图技术的视图对象。
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
参数
- technology
- ViewTechnology
要返回其视图对象的 ViewTechnology。
返回
表示此设计器的视图的对象。
实现
注解
此成员是显式接口成员的实现。 它只能在 ActivityDesigner 被强制转换为 IRootDesigner 接口时使用。
有关详细信息,请参阅 GetView。