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() |
開始在雲端中註冊此應用程式的程式。 |