UIApplicationDelegate_Extensions.ShouldAllowExtensionPointIdentifier 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.
Demande à l’application l’autorisation d’exécuter des extensions d’application en fonction du point d’extension identifié par extensionPointIdentifier
.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool ShouldAllowExtensionPointIdentifier (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, Foundation.NSString extensionPointIdentifier);
static member ShouldAllowExtensionPointIdentifier : UIKit.IUIApplicationDelegate * UIKit.UIApplication * Foundation.NSString -> bool
Paramètres
Instance sur laquelle cette méthode d’extension fonctionne.
- application
- UIApplication
- extensionPointIdentifier
- NSString
Retours
- Attributs