FullTrustProcessLaunchResult クラス

定義

完全信頼プロセス起動操作の結果を表します。

public ref class FullTrustProcessLaunchResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.FullTrustAppContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class FullTrustProcessLaunchResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.FullTrustAppContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class FullTrustProcessLaunchResult
Public NotInheritable Class FullTrustProcessLaunchResult
継承
Object Platform::Object IInspectable FullTrustProcessLaunchResult
属性

Windows の要件

デバイス ファミリ
Windows Desktop Extension SDK (10.0.22000.0 で導入)
API contract
Windows.ApplicationModel.FullTrustAppContract (v2.0 で導入)

注釈

次のメソッドは、完了時に FullTrustProcessLaunchResult を返す非同期操作を返します。

プロパティ

ExtendedError

完全信頼プロセスの起動操作から返される拡張エラー情報を取得します。

LaunchResult

完全信頼プロセス起動操作の結果の状態を示す値を取得します。

適用対象