CoreWindowPopupShowingEventArgs クラス

定義

ポップアップ ウィンドウの目的のサイズを設定するメソッドを定義します。

public ref class CoreWindowPopupShowingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.Core.CoreWindowDialogsContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class CoreWindowPopupShowingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.Core.CoreWindowDialogsContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class CoreWindowPopupShowingEventArgs
Public NotInheritable Class CoreWindowPopupShowingEventArgs
継承
Object Platform::Object IInspectable CoreWindowPopupShowingEventArgs
属性

Windows の要件

デバイス ファミリ
Windows Desktop Extension SDK (10.0.10240.0 で導入)
API contract
Windows.UI.Core.CoreWindowDialogsContract (v1.0 で導入)

注釈

注意

このクラスはアジャイルではありません。つまり、スレッド モデルとマーシャリング動作を考慮する必要があります。 詳細については、「 スレッドとマーシャリング (C++/CX)」を参照してください。

メソッド

SetDesiredSize(Size)

ポップアップの目的のサイズを設定します。

適用対象