Activity.GetTagItem(String) 方法

定義

傳回對應至輸入索引鍵之 Activity 標記的值。 如果該索引鍵不存在,則傳 null 回 。

public:
 System::Object ^ GetTagItem(System::String ^ key);
public object? GetTagItem (string key);
member this.GetTagItem : string -> obj
Public Function GetTagItem (key As String) As Object

參數

key
String

標記索引鍵字串。

傳回

對應至輸入機碼的標籤值。

適用於