英語で読む

次の方法で共有


IPrint3DWorkflowActivatedEventArgs インターフェイス

定義

3 次元印刷のワークフローとしてアプリを起動したときに発生するイベントに関する情報を提供します。

public interface class IPrint3DWorkflowActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Activation.ActivatedEventsContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1062725515, 62124, 17945, 131, 2, 239, 133, 94, 28, 155, 144)]
struct IPrint3DWorkflowActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Activation.ActivatedEventsContract), 65536)]
[Windows.Foundation.Metadata.Guid(1062725515, 62124, 17945, 131, 2, 239, 133, 94, 28, 155, 144)]
public interface IPrint3DWorkflowActivatedEventArgs : IActivatedEventArgs
Public Interface IPrint3DWorkflowActivatedEventArgs
Implements IActivatedEventArgs
派生
属性
実装

Windows の要件

デバイス ファミリ
Windows Desktop Extension SDK (10.0.10240.0 で導入)
API contract
Windows.ApplicationModel.Activation.ActivatedEventsContract (v1.0 で導入)

プロパティ

Kind

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

(継承元 IActivatedEventArgs)
PreviousExecutionState

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

(継承元 IActivatedEventArgs)
SplashScreen

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

(継承元 IActivatedEventArgs)
Workflow

3 次元印刷にアプリで使用するワークフローを取得します。

適用対象

製品 バージョン
WinRT Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100

こちらもご覧ください