DesignerTheme.DesignerType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the type of the designer associated with the designer theme.
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
Property Value
A Type that represents the designer to be associated with the current designer theme.
- Attributes
Exceptions
A user attempted a set operation when the ReadOnly property was set to true
.
Remarks
The DesignerType property associates the designer theme with a designer type by using the Type of the designer, while the ApplyTo property associates the designer theme with a designer by using the unqualified name of the designer type.
Possible values for this property include ActivityDesigner, CompositeActivityDesigner, and any classes created by activity designer developers that inherit from DesignerTheme.