Freigeben über


UIApplicationDelegate_Extensions.ShouldAllowExtensionPointIdentifier Methode

Definition

Fordert die Berechtigung von der App an, App-Erweiterungen basierend auf dem durch extensionPointIdentifieridentifizierten Erweiterungspunkt auszuführen.

[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

Parameter

This
IUIApplicationDelegate

Die Instanz, auf der diese Erweiterungsmethode ausgeführt wird.

application
UIApplication
extensionPointIdentifier
NSString

Gibt zurück

Attribute

Gilt für: