Bagikan melalui


HMHome.GetServices Metode

Definisi

Overload

GetServices(NSString[])
GetServices(HMServiceType)

Mengembalikan layanan yang disediakan aksesori di rumah yang berjenis serviceTypes.

GetServices(NSString[])

[Foundation.Export("servicesWithTypes:")]
public virtual HomeKit.HMService[] GetServices (Foundation.NSString[] serviceTypes);
abstract member GetServices : Foundation.NSString[] -> HomeKit.HMService[]
override this.GetServices : Foundation.NSString[] -> HomeKit.HMService[]

Parameter

serviceTypes
NSString[]

Mengembalikan

Atribut

Berlaku untuk

GetServices(HMServiceType)

Mengembalikan layanan yang disediakan aksesori di rumah yang berjenis serviceTypes.

public HomeKit.HMService[] GetServices (HomeKit.HMServiceType serviceTypes);
member this.GetServices : HomeKit.HMServiceType -> HomeKit.HMService[]

Parameter

serviceTypes
HMServiceType

Mengembalikan

Berlaku untuk