Пример #1
0
 public global::Windows.Foundation.IAsyncOperationWithProgress <global::Windows.Management.Deployment.DeploymentResult, global::Windows.Management.Deployment.DeploymentProgress> RegisterPackageAsync(global::System.Uri manifestUri, global::System.Collections.Generic.IEnumerable <global::System.Uri> dependencyPackageUris, global::Windows.Management.Deployment.DeploymentOptions deploymentOptions)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperationWithProgress<DeploymentResult, DeploymentProgress> PackageManager.RegisterPackageAsync(Uri manifestUri, IEnumerable<Uri> dependencyPackageUris, DeploymentOptions deploymentOptions) is not implemented in Uno.");
 }
Пример #2
0
 public global::Windows.Foundation.IAsyncOperationWithProgress <global::Windows.Management.Deployment.DeploymentResult, global::Windows.Management.Deployment.DeploymentProgress> RequestAddPackageAsync(global::System.Uri packageUri, global::System.Collections.Generic.IEnumerable <global::System.Uri> dependencyPackageUris, global::Windows.Management.Deployment.DeploymentOptions deploymentOptions, global::Windows.Management.Deployment.PackageVolume targetVolume, global::System.Collections.Generic.IEnumerable <string> optionalPackageFamilyNames, global::System.Collections.Generic.IEnumerable <global::System.Uri> relatedPackageUris, global::System.Collections.Generic.IEnumerable <global::System.Uri> packageUrisToInstall)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperationWithProgress<DeploymentResult, DeploymentProgress> PackageManager.RequestAddPackageAsync(Uri packageUri, IEnumerable<Uri> dependencyPackageUris, DeploymentOptions deploymentOptions, PackageVolume targetVolume, IEnumerable<string> optionalPackageFamilyNames, IEnumerable<Uri> relatedPackageUris, IEnumerable<Uri> packageUrisToInstall) is not implemented in Uno.");
 }
Пример #3
0
 public global::Windows.Foundation.IAsyncOperationWithProgress <global::Windows.Management.Deployment.DeploymentResult, global::Windows.Management.Deployment.DeploymentProgress> StageUserDataAsync(string packageFullName, global::Windows.Management.Deployment.DeploymentOptions deploymentOptions)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperationWithProgress<DeploymentResult, DeploymentProgress> PackageManager.StageUserDataAsync(string packageFullName, DeploymentOptions deploymentOptions) is not implemented in Uno.");
 }
Пример #4
0
 public global::Windows.Foundation.IAsyncOperationWithProgress <global::Windows.Management.Deployment.DeploymentResult, global::Windows.Management.Deployment.DeploymentProgress> RegisterPackageByFamilyNameAsync(string mainPackageFamilyName, global::System.Collections.Generic.IEnumerable <string> dependencyPackageFamilyNames, global::Windows.Management.Deployment.DeploymentOptions deploymentOptions, global::Windows.Management.Deployment.PackageVolume appDataVolume, global::System.Collections.Generic.IEnumerable <string> optionalPackageFamilyNames)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperationWithProgress<DeploymentResult, DeploymentProgress> PackageManager.RegisterPackageByFamilyNameAsync(string mainPackageFamilyName, IEnumerable<string> dependencyPackageFamilyNames, DeploymentOptions deploymentOptions, PackageVolume appDataVolume, IEnumerable<string> optionalPackageFamilyNames) is not implemented in Uno.");
 }
Пример #5
0
 public global::Windows.Foundation.IAsyncOperationWithProgress <global::Windows.Management.Deployment.DeploymentResult, global::Windows.Management.Deployment.DeploymentProgress> MovePackageToVolumeAsync(string packageFullName, global::Windows.Management.Deployment.DeploymentOptions deploymentOptions, global::Windows.Management.Deployment.PackageVolume targetVolume)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperationWithProgress<DeploymentResult, DeploymentProgress> PackageManager.MovePackageToVolumeAsync(string packageFullName, DeploymentOptions deploymentOptions, PackageVolume targetVolume) is not implemented in Uno.");
 }