संपादन करना

के माध्यम से साझा करें


WorkflowCompilerParameters.UserCodeCompileUnits Property

Definition

Gets or sets the collection of code compile units which will be used in this invocation of the workflow compiler.

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)

Property Value

The collection of code compile units which will be used in this invocation of the workflow compiler.

Applies to