HMAccessoryDelegate_Extensions.DidAddProfile Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Methode, die aufgerufen wird, wenn profile
hinzugefügt wurde.accessory
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidAddProfile (this HomeKit.IHMAccessoryDelegate This, HomeKit.HMAccessory accessory, HomeKit.HMAccessoryProfile profile);
static member DidAddProfile : HomeKit.IHMAccessoryDelegate * HomeKit.HMAccessory * HomeKit.HMAccessoryProfile -> unit
Parameter
- This
- IHMAccessoryDelegate
Die Instanz, auf der diese Erweiterungsmethode ausgeführt wird.
- accessory
- HMAccessory
Das Zubehör, dem das Profil hinzugefügt wurde.
- profile
- HMAccessoryProfile
Das hinzugefügte Profil.
- Attribute