VoiceCommandDefinition.SetPhraseListAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用 PhraseList
元素 Item
陣列填入專案。
public:
virtual IAsyncAction ^ SetPhraseListAsync(Platform::String ^ phraseListName, IIterable<Platform::String ^> ^ phraseList) = SetPhraseListAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SetPhraseListAsync(winrt::hstring const& phraseListName, IIterable<winrt::hstring> const& phraseList);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SetPhraseListAsync(string phraseListName, IEnumerable<string> phraseList);
function setPhraseListAsync(phraseListName, phraseList)
Public Function SetPhraseListAsync (phraseListName As String, phraseList As IEnumerable(Of String)) As IAsyncAction
參數
- phraseListName
-
String
Platform::String
winrt::hstring
對應至專案標籤屬性的 PhraseList
字串。
值字串陣列,將新增至 PhraseList
專案做為 Item
專案。
傳回
將新增至 PhraseList 元素做為 Item 元素的值字串陣列。
- 屬性