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