HMHome.AddActionSet(String, Action<HMActionSet,NSError>) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
という名前 actionSetName
のアクション セットをホームに追加し、追加後に実行します completion
。
[Foundation.Export("addActionSetWithName:completionHandler:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void AddActionSet (string actionSetName, Action<HomeKit.HMActionSet,Foundation.NSError> completion);
abstract member AddActionSet : string * Action<HomeKit.HMActionSet, Foundation.NSError> -> unit
override this.AddActionSet : string * Action<HomeKit.HMActionSet, Foundation.NSError> -> unit
パラメーター
- actionSetName
- String
- completion
- Action<HMActionSet,NSError>
成功した場合は を返す null
ハンドラー、または失敗した場合はエラー オブジェクト。
- 属性