次の方法で共有


HostedViewClosingEventArgs クラス

定義

HostedViewClosing イベントが発生したときに呼び出すことができる遅延を提供して、ホストされたビューの破棄を延期します。

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

Windows の要件

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

メソッド

GetDeferral()

ホストされたビューのウィンドウ、ディスパッチャー、アプリケーション Single-Threaded アパートメント (ASTA) スレッドの破棄を延期する、ホストされたウィンドウ シナリオの機会を提供します。

適用対象