EventQueueName.GetCorrelationValues メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 に関連付けられたすべての関連付けプロパティを格納している EventQueueName 配列。