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 指定键的键。

适用于