RemoteSystemAppRegistration 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此类表示将在云中注册以便进行远程连接的应用程序。 已注册的应用可以提供远程应用服务或用于启动 URI。
public ref class RemoteSystemAppRegistration sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RemoteSystemAppRegistration final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class RemoteSystemAppRegistration
Public NotInheritable Class RemoteSystemAppRegistration
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10, version 1809 (在 10.0.17763.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v7.0 中引入)
|
属性
Attributes |
获取与此应用程序关联的属性。 |
User |
注册应用的用户。 |
方法
GetDefault() |
获取 RemoteSystemAppRegistration 实例,用于为设备的默认用户帐户注册应用。 |
GetForUser(User) |
获取 RemoteSystemAppRegistration 实例,用于为给定用户注册应用。 |
SaveAsync() |
启动在云中注册此应用程序的过程。 |