TabViewTabTearOutWindowRequestedEventArgs.NewWindowId 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.
public:
property WindowId NewWindowId { WindowId get(); void set(WindowId value); };
WindowId NewWindowId();
void NewWindowId(WindowId value);
public WindowId NewWindowId { get; set; }
var windowId = tabViewTabTearOutWindowRequestedEventArgs.newWindowId;
tabViewTabTearOutWindowRequestedEventArgs.newWindowId = windowId;
Public Property NewWindowId As WindowId