Sdílet prostřednictvím


WorkflowCompilerParameters.UserCodeCompileUnits Vlastnost

Definice

Získá nebo nastaví kolekci jednotek kompilace kódu, které budou použity v tomto vyvolání kompilátoru pracovního postupu.

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)

Hodnota vlastnosti

IList<CodeCompileUnit>

Kolekce jednotek kompilace kódu, které budou použity v tomto vyvolání kompilátoru pracovního postupu.

Platí pro