WebFormsRootDesigner.IRootDesigner.SupportedTechnologies 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取设计器组件可为其显示提供支持的技术集。 有关此成员的说明,请参见 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 接口时使用。