AppInstance.GetPreviousAppVersion - Méthode
Retrieves the version of the app that is being upgraded from during an upgrade.
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 Function GetPreviousAppVersion As App
'Utilisation
Dim instance As AppInstance
Dim returnValue As App
returnValue = instance.GetPreviousAppVersion()
public App GetPreviousAppVersion()
Valeur renvoyée
Type : Microsoft.SharePoint.Client.App
The version of the app being upgraded from. Otherwise, une référence Null (Rien dans Visual Basic).