WorkflowCompilerParameters.UserCodeCompileUnits プロパティ

定義

ワークフロー コンパイラのこの呼び出しで使用されるコード コンパイル 単位のコレクションを取得または設定します。

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)

プロパティ値

ワークフロー コンパイラのこの呼び出しで使用されるコード コンパイル単位のコレクション。

適用対象