PackageDeploymentManager.RegisterPackageAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual IAsyncOperationWithProgress<PackageDeploymentResult ^, PackageDeploymentProgress> ^ RegisterPackageAsync(Platform::String ^ package, RegisterPackageOptions ^ options) = RegisterPackageAsync;
IAsyncOperationWithProgress<PackageDeploymentResult, PackageDeploymentProgress> RegisterPackageAsync(winrt::hstring const& package, RegisterPackageOptions const& options);
public IAsyncOperationWithProgress<PackageDeploymentResult,PackageDeploymentProgress> RegisterPackageAsync(string package, RegisterPackageOptions options);
function registerPackageAsync(package, options)
Public Function RegisterPackageAsync (package As String, options As RegisterPackageOptions) As IAsyncOperationWithProgress(Of PackageDeploymentResult, PackageDeploymentProgress)
Parameters
- package
-
String
Platform::String
winrt::hstring
- options
- RegisterPackageOptions