HMHome.AddZoneAsync(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將名為 zoneName
的無 新增至首頁,並在新增之後執行 completionHandler
。
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<HomeKit.HMZone> AddZoneAsync (string zoneName);
abstract member AddZoneAsync : string -> System.Threading.Tasks.Task<HomeKit.HMZone>
override this.AddZoneAsync : string -> System.Threading.Tasks.Task<HomeKit.HMZone>
參數
- zoneName
- String
傳回
表示非同步 AddZone 作業的工作。 TResult 參數的值的類型為 System.Action < HomeKit.HMZone,Foundation.NSError > 。
- 屬性