SearchSuggestionsRequestedEventArgs.LinguisticDetails 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 物件,提供使用者透過輸入法 (輸入法) 輸入之查詢文字的語言資訊。
public:
property SearchQueryLinguisticDetails ^ LinguisticDetails { SearchQueryLinguisticDetails ^ get(); };
SearchQueryLinguisticDetails LinguisticDetails();
public SearchQueryLinguisticDetails LinguisticDetails { get; }
var searchQueryLinguisticDetails = searchSuggestionsRequestedEventArgs.linguisticDetails;
Public ReadOnly Property LinguisticDetails As SearchQueryLinguisticDetails
屬性值
物件,提供查詢文字的語言資訊。