共用方式為


ActivatableWorkflowsQueryResult.ActivationParameters 屬性

定義

泛型主機用來建立工作流程主機的啟動參數清單。

public:
 property System::Collections::Generic::List<System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Object ^> ^> ^ ActivationParameters { System::Collections::Generic::List<System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Object ^> ^> ^ get(); };
public System.Collections.Generic.List<System.Collections.Generic.IDictionary<System.Xml.Linq.XName,object>> ActivationParameters { get; }
member this.ActivationParameters : System.Collections.Generic.List<System.Collections.Generic.IDictionary<System.Xml.Linq.XName, obj>>
Public ReadOnly Property ActivationParameters As List(Of IDictionary(Of XName, Object))

屬性值

List<IDictionary<XName,Object>>

包含啟動參數的清單物件。

適用於