WorkflowCompilerParameters.UserCodeCompileUnits Eigenschap

Definitie

Hiermee haalt u de verzameling codecompilatie-eenheden op of stelt u deze in die aanroep van de werkstroomcompilatie.

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)

Waarde van eigenschap

De verzameling codecompilatie-eenheden die worden gebruikt in deze aanroep van de werkstroomcompilator.

Van toepassing op