SecurityManager.CheckTopLevelWindow(Object) Méthode
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.
Cette API de sécurité héritée n’est pas prise en charge sur Android.
[Android.Runtime.Register("checkTopLevelWindow", "(Ljava/lang/Object;)Z", "GetCheckTopLevelWindow_Ljava_lang_Object_Handler")]
public virtual bool CheckTopLevelWindow(Java.Lang.Object? window);
[<Android.Runtime.Register("checkTopLevelWindow", "(Ljava/lang/Object;)Z", "GetCheckTopLevelWindow_Ljava_lang_Object_Handler")>]
abstract member CheckTopLevelWindow : Java.Lang.Object -> bool
override this.CheckTopLevelWindow : Java.Lang.Object -> bool
Paramètres
- window
- Object
Fenêtre dont la création est cochée.
Retours
- Attributs
Remarques
Cette API de sécurité héritée n’est pas prise en charge sur Android. N’utilisez pas.
Java documentation pour java.lang.SecurityManager.checkTopLevelWindow(java.lang.Object).
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.