Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
Windows
Management
Deployment
PackageManager
Class PackageManager
Index
Methods
addPackageAsync
cleanupPackageForUserAsync
findPackage
findPackageForUser
findPackages
findPackagesForUser
findUsers
registerPackageAsync
removePackageAsync
setPackageState
stagePackageAsync
updatePackageAsync
Methods
public
addPackageAsync
(
packageUri
:
Uri
, dependencyPackageUris
:
IIterable
, deploymentOptions
:
DeploymentOptions
)
:
IAsyncOperationWithProgress
Parameters
packageUri:
Uri
dependencyPackageUris:
IIterable
deploymentOptions:
DeploymentOptions
Returns
IAsyncOperationWithProgress
public
cleanupPackageForUserAsync
(
packageName
:
string
, userSecurityId
:
string
)
:
IAsyncOperationWithProgress
Parameters
packageName:
string
userSecurityId:
string
Returns
IAsyncOperationWithProgress
public
findPackage
(
packageFullName
:
string
)
:
Package
Parameters
packageFullName:
string
Returns
Package
public
findPackageForUser
(
userSecurityId
:
string
, packageFullName
:
string
)
:
Package
Parameters
userSecurityId:
string
packageFullName:
string
Returns
Package
public
findPackages
(
)
:
IIterable
Returns
IIterable
public
findPackages
(
packageName
:
string
, packagePublisher
:
string
)
:
IIterable
Parameters
packageName:
string
packagePublisher:
string
Returns
IIterable
public
findPackages
(
packageFamilyName
:
string
)
:
IIterable
Parameters
packageFamilyName:
string
Returns
IIterable
public
findPackagesForUser
(
userSecurityId
:
string
)
:
IIterable
Parameters
userSecurityId:
string
Returns
IIterable
public
findPackagesForUser
(
userSecurityId
:
string
, packageName
:
string
, packagePublisher
:
string
)
:
IIterable
Parameters
userSecurityId:
string
packageName:
string
packagePublisher:
string
Returns
IIterable
public
findPackagesForUser
(
userSecurityId
:
string
, packageFamilyName
:
string
)
:
IIterable
Parameters
userSecurityId:
string
packageFamilyName:
string
Returns
IIterable
public
findUsers
(
packageFullName
:
string
)
:
IIterable
Parameters
packageFullName:
string
Returns
IIterable
public
registerPackageAsync
(
manifestUri
:
Uri
, dependencyPackageUris
:
IIterable
, deploymentOptions
:
DeploymentOptions
)
:
IAsyncOperationWithProgress
Parameters
manifestUri:
Uri
dependencyPackageUris:
IIterable
deploymentOptions:
DeploymentOptions
Returns
IAsyncOperationWithProgress
public
removePackageAsync
(
packageFullName
:
string
)
:
IAsyncOperationWithProgress
Parameters
packageFullName:
string
Returns
IAsyncOperationWithProgress
public
setPackageState
(
packageFullName
:
string
, packageState
:
PackageState
)
Parameters
packageFullName:
string
packageState:
PackageState
public
stagePackageAsync
(
packageUri
:
Uri
, dependencyPackageUris
:
IIterable
)
:
IAsyncOperationWithProgress
Parameters
packageUri:
Uri
dependencyPackageUris:
IIterable
Returns
IAsyncOperationWithProgress
public
updatePackageAsync
(
packageUri
:
Uri
, dependencyPackageUris
:
IIterable
, deploymentOptions
:
DeploymentOptions
)
:
IAsyncOperationWithProgress
Parameters
packageUri:
Uri
dependencyPackageUris:
IIterable
deploymentOptions:
DeploymentOptions
Returns
IAsyncOperationWithProgress
Globals
Microsoft
Microsoft.Live
WinJS
WinJS.Application
WinJS.Binding
WinJS.Class
WinJS.Namespace
WinJS.Navigation
WinJS.Resources
WinJS.UI
WinJS.UI.Animation
WinJS.UI.Fragments
WinJS.UI.Pages
WinJS.UI.TrackTabBehavior
WinJS.Utilities
WinJS.Utilities.Scheduler
Windows
Windows.ApplicationModel
Windows.ApplicationModel.Activation
Windows.ApplicationModel.Background
Windows.ApplicationModel.Contacts
Windows.ApplicationModel.Contacts.Provider
Windows.ApplicationModel.Core
Windows.ApplicationModel.DataTransfer
Windows.ApplicationModel.DataTransfer.ShareTarget
Windows.ApplicationModel.Resources
Windows.ApplicationModel.Resources.Core
Windows.ApplicationModel.Resources.Management
Windows.ApplicationModel.Search
Windows.ApplicationModel.Store
Windows.Data
Windows.Data.Html
Windows.Data.Json
Windows.Data.Xml
Windows.Data.Xml.Dom
Windows.Data.Xml.Xsl
Windows.Devices
Windows.Devices.Enumeration
Windows.Devices.Enumeration.Pnp
Windows.Devices.Geolocation
Windows.Devices.Input
Windows.Devices.Portable
Windows.Devices.Printers
Windows.Devices.Printers.Extensions
Windows.Devices.Sensors
Windows.Devices.Sms
Windows.Foundation
Windows.Foundation.Collections
Windows.Foundation.Diagnostics
Windows.Foundation.Metadata
Windows.Globalization
Windows.Globalization.Collation
Windows.Globalization.DateTimeFormatting
Windows.Globalization.Fonts
Windows.Globalization.NumberFormatting
Windows.Graphics
Windows.Graphics.Display
Windows.Graphics.Imaging
Windows.Graphics.Printing
Windows.Graphics.Printing.OptionDetails
Windows.Management
Windows.Management.Core
Windows.Management.Deployment
Windows.Media
Windows.Media.Capture
Windows.Media.Devices
Windows.Media.MediaProperties
Windows.Media.PlayTo
Windows.Media.Playlists
Windows.Media.Protection
Windows.Media.Transcoding
Windows.Networking
Windows.Networking.BackgroundTransfer
Windows.Networking.Connectivity
Windows.Networking.NetworkOperators
Windows.Networking.Proximity
Windows.Networking.PushNotifications
Windows.Networking.Sockets
Windows.Security
Windows.Security.Authentication
Windows.Security.Authentication.OnlineId
Windows.Security.Authentication.Web
Windows.Security.Credentials
Windows.Security.Credentials.UI
Windows.Security.Cryptography
Windows.Security.Cryptography.Certificates
Windows.Security.Cryptography.Core
Windows.Security.Cryptography.DataProtection
Windows.Security.ExchangeActiveSyncProvisioning
Windows.Storage
Windows.Storage.AccessCache
Windows.Storage.BulkAccess
Windows.Storage.Compression
Windows.Storage.FileProperties
Windows.Storage.Pickers
Windows.Storage.Pickers.Provider
Windows.Storage.Provider
Windows.Storage.Search
Windows.Storage.Streams
Windows.System
Windows.System.Display
Windows.System.Profile
Windows.System.RemoteDesktop
Windows.System.Threading
Windows.System.Threading.Core
Windows.System.UserProfile
Windows.UI
Windows.UI.ApplicationSettings
Windows.UI.Core
Windows.UI.Core.AnimationMetrics
Windows.UI.Input
Windows.UI.Input.Inking
Windows.UI.Notifications
Windows.UI.Popups
Windows.UI.StartScreen
Windows.UI.Text
Windows.UI.ViewManagement
Windows.UI.WebUI
Windows.Web
Windows.Web.AtomPub
Windows.Web.Syndication
DeploymentOptions
DeploymentProgressState
PackageInstallState
PackageState
DeploymentProgress
IDeploymentResult
IPackageManager
IPackageUserInformation
DeploymentResult
PackageManager
addPackageAsync
cleanupPackageForUserAsync
findPackage
findPackageForUser
findPackages
findPackagesForUser
findUsers
registerPackageAsync
removePackageAsync
setPackageState
stagePackageAsync
updatePackageAsync
PackageUserInformation