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)

屬性值

這些程式碼編譯單元將用於工作流程編譯器的呼叫。

適用於