ActivityDesignerThemeAttribute(Type) 构造函数
定义
使用指定的设计器主题类型初始化 ActivityDesignerThemeAttribute 类的新实例。Initializes a new instance of the ActivityDesignerThemeAttribute class by using the specified designer theme type.
public:
ActivityDesignerThemeAttribute(Type ^ designerThemeType);
public ActivityDesignerThemeAttribute (Type designerThemeType);
new System.Workflow.ComponentModel.Design.ActivityDesignerThemeAttribute : Type -> System.Workflow.ComponentModel.Design.ActivityDesignerThemeAttribute
Public Sub New (designerThemeType As Type)
参数
- designerThemeType
- Type
一个 Type,表示要与设计器类关联的设计器主题。A Type that represents the designer theme to be associated with the designer class.