WebFormsRootDesigner.IRootDesigner.SupportedTechnologies 属性

定义

获取设计器组件可为其显示提供支持的技术集。 有关此成员的说明,请参见 SupportedTechnologies

property cli::array <System::ComponentModel::Design::ViewTechnology> ^ System::ComponentModel::Design::IRootDesigner::SupportedTechnologies { cli::array <System::ComponentModel::Design::ViewTechnology> ^ get(); };
System.ComponentModel.Design.ViewTechnology[] System.ComponentModel.Design.IRootDesigner.SupportedTechnologies { get; }
member this.System.ComponentModel.Design.IRootDesigner.SupportedTechnologies : System.ComponentModel.Design.ViewTechnology[]
 ReadOnly Property SupportedTechnologies As ViewTechnology() Implements IRootDesigner.SupportedTechnologies

属性值

设计器组件对于自身显示可支持的技术的数组。

实现

注解

此成员是显式接口成员的实现。 它只能在 WebFormsRootDesigner 实例被强制转换为 IRootDesigner 接口时使用。

适用于

另请参阅