DesignerTheme.DesignerType 属性

定义

获取或设置与设计器主题关联的设计器的类型。

public:
 virtual property Type ^ DesignerType { Type ^ get(); void set(Type ^ value); };
[System.ComponentModel.Browsable(false)]
public virtual Type DesignerType { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.DesignerType : Type with get, set
Public Overridable Property DesignerType As Type

属性值

一个 Type,表示要与当前设计器主题关联的设计器。

属性

例外

ReadOnly 属性设置为 true 时,用户尝试执行设置操作。

注解

DesignerType 属性使用设计器的 Type 将设计器主题与设计器类型相关联;而 ApplyTo 属性使用设计器类型的非限定名称将设计器主题与设计器相关联。

此属性的可能值包括 ActivityDesignerCompositeActivityDesigner,以及活动设计器开发人员创建的、从 DesignerTheme 继承的任何类。

适用于