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

具有指定键的 CorrelationToken

适用于