Web.GetAppInstancesByProductId - Méthode
Retrieves all AppInstance objects installed on this site that are instances of the specified App.
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 GetAppInstancesByProductId ( _
productId As Guid _
) As ClientObjectList(Of AppInstance)
'Utilisation
Dim instance As Web
Dim productId As Guid
Dim returnValue As ClientObjectList(Of AppInstance)
returnValue = instance.GetAppInstancesByProductId(productId)
public ClientObjectList<AppInstance> GetAppInstancesByProductId(
Guid productId
)
Paramètres
productId
Type : System.GuidThe app product identifier of the specified application.
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientObjectList<AppInstance>
Application instance objects installed on this site that are instances of the specified App.