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)

屬性值

程式碼編譯單元的集合,這個集合將用於工作流程編譯器的這個引動過程中。

適用於