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)

속성 값

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

적용 대상