다음을 통해 공유


WorkflowCompilerParameters.UserCodeCompileUnits 속성

정의

이 워크플로 컴파일러 호출에 사용되는 코드 컴파일 단위의 컬렉션을 가져오거나 설정합니다.

public:
 property System::Collections::Generic::IList<System::CodeDom::CodeCompileUnit ^> ^ UserCodeCompileUnits { System::Collections::Generic::IList<System::CodeDom::CodeCompileUnit ^> ^ get(); };
public System.Collections.Generic.IList<System.CodeDom.CodeCompileUnit> UserCodeCompileUnits { get; }
member this.UserCodeCompileUnits : System.Collections.Generic.IList<System.CodeDom.CodeCompileUnit>
Public ReadOnly Property UserCodeCompileUnits As IList(Of CodeCompileUnit)

속성 값

IList<CodeCompileUnit>

이 워크플로 컴파일러 호출에 사용되는 코드 컴파일 단위의 컬렉션입니다.

적용 대상