WorkflowTheme.DesignerThemes 속성

정의

워크플로와 연결된 디자이너 테마의 목록을 가져옵니다.

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

워크플로와 연결된 디자이너 테마의 목록입니다.

설명

워크플로와 연결된 디자이너 테마의 목록을 검색하려면 DesignerThemes를 사용합니다.

적용 대상