Example #1
0
 public global::Windows.Foundation.IAsyncOperationWithProgress <global::Windows.Management.Deployment.DeploymentResult, global::Windows.Management.Deployment.DeploymentProgress> RegisterPackagesByFullNameAsync(global::System.Collections.Generic.IEnumerable <string> packageFullNames, global::Windows.Management.Deployment.RegisterPackageOptions options)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperationWithProgress<DeploymentResult, DeploymentProgress> PackageManager.RegisterPackagesByFullNameAsync(IEnumerable<string> packageFullNames, RegisterPackageOptions options) is not implemented in Uno.");
 }
Example #2
0
 public global::Windows.Foundation.IAsyncOperationWithProgress <global::Windows.Management.Deployment.DeploymentResult, global::Windows.Management.Deployment.DeploymentProgress> RegisterPackageByUriAsync(global::System.Uri manifestUri, global::Windows.Management.Deployment.RegisterPackageOptions options)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperationWithProgress<DeploymentResult, DeploymentProgress> PackageManager.RegisterPackageByUriAsync(Uri manifestUri, RegisterPackageOptions options) is not implemented in Uno.");
 }