EventQueueName.GetCorrelationValues メソッド

定義

CorrelationProperty に関連付けられたすべての関連付けプロパティを格納している EventQueueName 配列を返します。

public:
 cli::array <System::Workflow::Runtime::CorrelationProperty ^> ^ GetCorrelationValues();
public System.Workflow.Runtime.CorrelationProperty[] GetCorrelationValues ();
member this.GetCorrelationValues : unit -> System.Workflow.Runtime.CorrelationProperty[]
Public Function GetCorrelationValues () As CorrelationProperty()

戻り値

CorrelationProperty[]

CorrelationProperty に関連付けられたすべての関連付けプロパティを格納している EventQueueName 配列。

適用対象