CorrelationTokenCollection.GetItem(String) 方法

定義

用指定的金鑰得到 。CorrelationToken

public:
 System::Workflow::Runtime::CorrelationToken ^ GetItem(System::String ^ key);
public System.Workflow.Runtime.CorrelationToken GetItem(string key);
member this.GetItem : string -> System.Workflow.Runtime.CorrelationToken
Public Function GetItem (key As String) As CorrelationToken

參數

key
String

鑰匙是要 CorrelationToken 取回的。

傳回

CorrelationToken

適用於