SearchBoxResultSuggestionChosenEventArgs.Tag 屬性

定義

使用者所選取建議結果的應用程式定義標籤。

public:
 property Platform::String ^ Tag { Platform::String ^ get(); };
winrt::hstring Tag();
public string Tag { get; }
var string = searchBoxResultSuggestionChosenEventArgs.tag;
Public ReadOnly Property Tag As String

屬性值

String

Platform::String

winrt::hstring

所選搜尋結果的應用程式定義標籤。

適用於