AppWindow.OwnerWindowId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個視窗擁有者的識別碼;如果未擁有,則為 0。
public:
property WindowId OwnerWindowId { WindowId get(); };
WindowId OwnerWindowId();
public WindowId OwnerWindowId { get; }
var windowId = appWindow.ownerWindowId;
Public ReadOnly Property OwnerWindowId As WindowId
屬性值
此視窗擁有者的識別碼;如果未擁有,則為 0。
備註
如果您使用具有 ownerWindowsId
參數的Create方法多載建立此視窗,則此屬性會傳回擁有者視窗的識別碼。