IVoiceCommandActivatedEventArgs インターフェイス

定義

音声コマンドを使用してアプリを起動したときのイベント情報を含むアクティブ化されたイベント オブジェクトを表します。

public interface class IVoiceCommandActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2878528765, 36163, 19942, 151, 117, 32, 112, 75, 88, 27, 0)]
struct IVoiceCommandActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2878528765, 36163, 19942, 151, 117, 32, 112, 75, 88, 27, 0)]
public interface IVoiceCommandActivatedEventArgs : IActivatedEventArgs
Public Interface IVoiceCommandActivatedEventArgs
Implements IActivatedEventArgs
派生
属性
実装

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

プロパティ

Kind

このアプリがアクティブ化されている理由を取得します。

(継承元 IActivatedEventArgs)
PreviousExecutionState

このアクティブ化の前のアプリの実行状態を取得します。

(継承元 IActivatedEventArgs)
Result

アプリをアクティブ化した音声コマンドを表す SpeechRecognitionResult オブジェクトを取得します。

SplashScreen

スプラッシュ スクリーンからアクティブ化されたアプリへの切り替えに関する情報を提供するスプラッシュ スクリーン オブジェクトを取得します。

(継承元 IActivatedEventArgs)

適用対象

こちらもご覧ください