AppWindow.OwnerWindowId Propriété

Définition

Obtient l’identificateur du propriétaire de cette fenêtre ; ou 0 s’il n’est pas détenu.

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

Valeur de propriété

Identificateur du propriétaire de cette fenêtre ; 0 s’il n’est pas détenu.

Remarques

Si vous avez créé cette fenêtre appartenant à l’aide de la surcharge de méthode Create qui a un ownerWindowsId paramètre, cette propriété retourne l’ID de la fenêtre propriétaire.

S’applique à