PackageManager.StageUserDataAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
StageUserDataAsync(String, DeploymentOptions) |
階段 封裝的 漫遊數據至系統,而不註冊封裝。 在暫存封裝之後呼叫這個方法,但在註冊特定使用者的套件之前。 |
StageUserDataAsync(String) |
階段 封裝的 漫遊數據至系統,而不註冊封裝。 在暫存封裝之後呼叫這個方法,但在註冊特定使用者的套件之前。 |
StageUserDataAsync(String, DeploymentOptions)
public:
virtual IAsyncOperationWithProgress<DeploymentResult ^, DeploymentProgress> ^ StageUserDataAsync(Platform::String ^ packageFullName, DeploymentOptions deploymentOptions) = StageUserDataAsync;
/// [Windows.Foundation.Metadata.Overload("StageUserDataWithOptionsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<DeploymentResult, DeploymentProgress> StageUserDataAsync(winrt::hstring const& packageFullName, DeploymentOptions const& deploymentOptions);
[Windows.Foundation.Metadata.Overload("StageUserDataWithOptionsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<DeploymentResult,DeploymentProgress> StageUserDataAsync(string packageFullName, DeploymentOptions deploymentOptions);
function stageUserDataAsync(packageFullName, deploymentOptions)
Public Function StageUserDataAsync (packageFullName As String, deploymentOptions As DeploymentOptions) As IAsyncOperationWithProgress(Of DeploymentResult, DeploymentProgress)
參數
- packageFullName
-
String
Platform::String
winrt::hstring
封裝的完整名稱。
- deploymentOptions
- DeploymentOptions
指定部署選項之 DeploymentOptions 列舉值的位元組合。
傳回
呼叫端可以觀察的物件,可追蹤呼叫的進度和完成。 對象會實作 IAsyncOperationWithProgress 模式。
- 屬性
另請參閱
適用於
StageUserDataAsync(String)
public:
virtual IAsyncOperationWithProgress<DeploymentResult ^, DeploymentProgress> ^ StageUserDataAsync(Platform::String ^ packageFullName) = StageUserDataAsync;
/// [Windows.Foundation.Metadata.Overload("StageUserDataAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<DeploymentResult, DeploymentProgress> StageUserDataAsync(winrt::hstring const& packageFullName);
[Windows.Foundation.Metadata.Overload("StageUserDataAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<DeploymentResult,DeploymentProgress> StageUserDataAsync(string packageFullName);
function stageUserDataAsync(packageFullName)
Public Function StageUserDataAsync (packageFullName As String) As IAsyncOperationWithProgress(Of DeploymentResult, DeploymentProgress)
參數
- packageFullName
-
String
Platform::String
winrt::hstring
封裝的完整名稱。
傳回
呼叫端可以觀察的物件,可追蹤呼叫的進度和完成。 對象會實作 IAsyncOperationWithProgress 模式。
- 屬性