WorkflowCompilerParameters.UserCodeCompileUnits Tulajdonság

Definíció

Lekéri vagy beállítja a munkafolyamat-fordító meghívásában használt kódfordító egységek gyűjteményét.

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)

Tulajdonság értéke

A munkafolyamat-fordító meghívásában használt kódfordító egységek gyűjteménye.

A következőre érvényes: