WorkflowTheme.DesignerThemes 属性

定义

获取与工作流关联的设计器主题的列表。Gets a list of designer themes associated with the workflow.

public:
 property System::Collections::IList ^ DesignerThemes { System::Collections::IList ^ get(); };
public System.Collections.IList DesignerThemes { get; }
member this.DesignerThemes : System.Collections.IList
Public ReadOnly Property DesignerThemes As IList

属性值

IList

与工作流关联的设计器主题的列表。A list of designer themes associated with the workflow.

注解

使用 DesignerThemes 可检索与工作流关联的设计器主题的列表。Use DesignerThemes to retrieve a list of designer themes that are associated with the workflow.

适用于