次の方法で共有


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)

プロパティ値

起動したワークフロー コンパイラで使う、コード コンパイル単位のコレクション。

適用対象