HMHome.GetServices 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetServices(NSString[]) | |
GetServices(HMServiceType) |
傳回家中配件所提供的服務,其類型 |
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[]
參數
- serviceTypes
- NSString[]
傳回
- 屬性
適用於
GetServices(HMServiceType)
傳回家中配件所提供的服務,其類型 serviceTypes
為 。
public HomeKit.HMService[] GetServices (HomeKit.HMServiceType serviceTypes);
member this.GetServices : HomeKit.HMServiceType -> HomeKit.HMService[]
參數
- serviceTypes
- HMServiceType