AppInstance.Upgrade - Méthode
Uploads a version of an app, and then upgrades the app instance to that version.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Sub Upgrade ( _
appPackageStream As Stream _
)
'Utilisation
Dim instance As AppInstance
Dim appPackageStream As Stream
instance.Upgrade(appPackageStream)
public void Upgrade(
Stream appPackageStream
)
Paramètres
appPackageStream
Type : System.IO.StreamThe stream of the app package.