ActivatableWorkflowsQueryResult コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ActivatableWorkflowsQueryResult クラスのインスタンスを初期化します。
オーバーロード
ActivatableWorkflowsQueryResult() |
ActivatableWorkflowsQueryResult クラスのインスタンスを初期化します。 |
ActivatableWorkflowsQueryResult(IDictionary<XName,Object>) |
ActivatableWorkflowsQueryResult クラスのインスタンスを作成し、パラメーターとして渡されるディクショナリ オブジェクトのデータを使用して ActivationParameters プロパティを初期化します。 |
ActivatableWorkflowsQueryResult(IEnumerable<IDictionary<XName,Object>>) |
ActivatableWorkflowsQueryResult クラスのインスタンスを作成し、パラメーターとして渡される列挙可能なディクショナリ オブジェクトのデータを使用して、ActivationParameters プロパティを初期化します。 |
ActivatableWorkflowsQueryResult()
ActivatableWorkflowsQueryResult クラスのインスタンスを初期化します。
public:
ActivatableWorkflowsQueryResult();
public ActivatableWorkflowsQueryResult ();
Public Sub New ()
適用対象
ActivatableWorkflowsQueryResult(IDictionary<XName,Object>)
ActivatableWorkflowsQueryResult クラスのインスタンスを作成し、パラメーターとして渡されるディクショナリ オブジェクトのデータを使用して ActivationParameters プロパティを初期化します。
public:
ActivatableWorkflowsQueryResult(System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Object ^> ^ parameters);
public ActivatableWorkflowsQueryResult (System.Collections.Generic.IDictionary<System.Xml.Linq.XName,object> parameters);
new System.Activities.DurableInstancing.ActivatableWorkflowsQueryResult : System.Collections.Generic.IDictionary<System.Xml.Linq.XName, obj> -> System.Activities.DurableInstancing.ActivatableWorkflowsQueryResult
Public Sub New (parameters As IDictionary(Of XName, Object))
パラメーター
- parameters
- IDictionary<XName,Object>
アクティブ化パラメーターを格納しているディクショナリ オブジェクト。
適用対象
ActivatableWorkflowsQueryResult(IEnumerable<IDictionary<XName,Object>>)
ActivatableWorkflowsQueryResult クラスのインスタンスを作成し、パラメーターとして渡される列挙可能なディクショナリ オブジェクトのデータを使用して、ActivationParameters プロパティを初期化します。
public:
ActivatableWorkflowsQueryResult(System::Collections::Generic::IEnumerable<System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Object ^> ^> ^ parameters);
public ActivatableWorkflowsQueryResult (System.Collections.Generic.IEnumerable<System.Collections.Generic.IDictionary<System.Xml.Linq.XName,object>> parameters);
new System.Activities.DurableInstancing.ActivatableWorkflowsQueryResult : seq<System.Collections.Generic.IDictionary<System.Xml.Linq.XName, obj>> -> System.Activities.DurableInstancing.ActivatableWorkflowsQueryResult
Public Sub New (parameters As IEnumerable(Of IDictionary(Of XName, Object)))
パラメーター
- parameters
- IEnumerable<IDictionary<XName,Object>>
アクティブ化パラメーターを格納している列挙可能なディクショナリ オブジェクト。