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 關聯的相互關聯屬性。

適用於