AppWindow.OwnerWindowId プロパティ

定義

このウィンドウの所有者の識別子を取得します。所有されていない場合は 0。

public:
 property WindowId OwnerWindowId { WindowId get(); };
WindowId OwnerWindowId();
public WindowId OwnerWindowId { get; }
var windowId = appWindow.ownerWindowId;
Public ReadOnly Property OwnerWindowId As WindowId

プロパティ値

このウィンドウの所有者の識別子。所有されていない場合は 0。

注釈

パラメーターを持つ Create メソッド オーバーロードを使用して所有ウィンドウをこのウィンドウを ownerWindowsId 作成した場合、このプロパティは所有者ウィンドウの ID を返します。

適用対象