ShareWindowCommandEventArgs.WindowId Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’identificateur de fenêtre associé à la commande de partage de fenêtre. Votre application de communication peut utiliser cet identificateur pour capturer le contenu de la fenêtre et le partager d’une manière spécifique à l’application.
public:
property WindowId WindowId { WindowId get(); };
WindowId WindowId();
public WindowId WindowId { get; }
var windowId = shareWindowCommandEventArgs.windowId;
Public ReadOnly Property WindowId As WindowId
Valeur de propriété
WindowId représentant l’identificateur de fenêtre associé à la commande de partage de fenêtre.