IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData 介面

定義

提供啟動目前應用程式之應用程式的資料和套件系列名稱。

public interface class IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3628731410, 23695, 17292, 131, 203, 194, 143, 204, 11, 47, 219)]
struct IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3628731410, 23695, 17292, 131, 203, 194, 143, 204, 11, 47, 219)]
public interface IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData : IActivatedEventArgs
Public Interface IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData
Implements IActivatedEventArgs
衍生
屬性
實作

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

屬性

CallerPackageFamilyName

取得啟動目前應用程式之應用程式的套件系列名稱。

Data

從啟動目前應用程式的應用程式接收的資料。

Kind

取得啟動此應用程式的原因。

(繼承來源 IActivatedEventArgs)
PreviousExecutionState

取得此啟用之前的應用程式執行狀態。

(繼承來源 IActivatedEventArgs)
SplashScreen

取得啟動顯示畫面物件,提供從啟動顯示畫面轉換至啟動應用程式的相關資訊。

(繼承來源 IActivatedEventArgs)

適用於

另請參閱