Aracılığıyla paylaş


WorkflowCompilerParameters.UserCodeCompileUnits Özellik

Tanım

İş akışı derleyicisinin bu çağrısında kullanılacak kod derleme birimleri koleksiyonunu alır veya ayarlar.

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)

Özellik Değeri

IList<CodeCompileUnit>

İş akışı derleyicisinin bu çağrısında kullanılacak kod derleme birimleri koleksiyonu.

Şunlara uygulanır