CompositeDesignerTheme.Initialize 方法
定义
执行 CompositeDesignerTheme(WorkflowTheme) 构造函数提供的初始化任务之外的其他初始化任务。Performs further initialization tasks beyond those provided by the CompositeDesignerTheme(WorkflowTheme) constructor.
public:
override void Initialize();
public override void Initialize ();
override this.Initialize : unit -> unit
Public Overrides Sub Initialize ()
注解
如果 UseOperatingSystemSettings 属性设置为 true,则 Initialize 方法会从操作系统获取 CompositeDesignerTheme 对象的设置。If the UseOperatingSystemSettings property is set to true, the Initialize method obtains settings for the CompositeDesignerTheme object from the operating system.