AppCatalog.GetAppInstance - Méthode
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 Shared Function GetAppInstance ( _
context As ClientRuntimeContext, _
web As Web, _
appInstanceId As Guid _
) As AppInstance
'Utilisation
Dim context As ClientRuntimeContext
Dim web As Web
Dim appInstanceId As Guid
Dim returnValue As AppInstance
returnValue = AppCatalog.GetAppInstance(context, _
web, appInstanceId)
public static AppInstance GetAppInstance(
ClientRuntimeContext context,
Web web,
Guid appInstanceId
)
Paramètres
- context
Type : Microsoft.SharePoint.Client.ClientRuntimeContext
- web
Type : Microsoft.SharePoint.Client.Web
- appInstanceId
Type : System.Guid
Valeur renvoyée
Type : Microsoft.SharePoint.Client.AppInstance