HMHome.ManageUsers(Action<NSError>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
显示允许用户管理用户及其权限的设备选择用户界面,然后在用户退出 UI 时运行处理程序。
[Foundation.Export("manageUsersWithCompletionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ManageUsers (Action<Foundation.NSError> completion);
abstract member ManageUsers : Action<Foundation.NSError> -> unit
override this.ManageUsers : Action<Foundation.NSError> -> unit
参数
- 属性