SPWeb.GetAppInstancesByProductId - Méthode

Récupère tous les AppInstances installés sur ce site et qui sont des instances de l'application spécifiée.

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Function GetAppInstancesByProductId ( _
    productId As Guid _
) As IList(Of SPAppInstance)
'Utilisation
Dim instance As SPWeb
Dim productId As Guid
Dim returnValue As IList(Of SPAppInstance)

returnValue = instance.GetAppInstancesByProductId(productId)
public IList<SPAppInstance> GetAppInstancesByProductId(
    Guid productId
)

Paramètres

Valeur renvoyée

Type : System.Collections.Generic.IList<SPAppInstance>

Voir aussi

Référence

SPWeb classe

SPWeb - Membres

Microsoft.SharePoint - Espace de noms