SPAppCatalog.GetAppInstancesByProductId-Methode
Ruft alle app-Instanzen auf der angegebenen Website mit der angegebenen Produkt-ID ab.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GetAppInstancesByProductId ( _
web As SPWeb, _
productId As Guid _
) As IList(Of SPAppInstance)
'Usage
Dim web As SPWeb
Dim productId As Guid
Dim returnValue As IList(Of SPAppInstance)
returnValue = SPAppCatalog.GetAppInstancesByProductId(web, _
productId)
public static IList<SPAppInstance> GetAppInstancesByProductId(
SPWeb web,
Guid productId
)
Parameter
web
Typ: Microsoft.SharePoint.SPWebDas SPWeb -Objekt, das SPAppInstance -Objekt enthält.
productId
Typ: System.GuidDer Bezeichner der die von der Produkt-Instanz.
Rückgabewert
Typ: System.Collections.Generic.IList<SPAppInstance>
Eine Auflistung von app-Instanzen.
Hinweise
Es ist für die zurückgegebene Auflistung, dass nur Einträge 0 (null) oder eine typische.
Wenn die app-Instanzen lokalisierbaren Eigenschaften (wie Titel) verfügen, werden diese basierend auf den aktuellen Thread CurrentUICulturelokalisiert werden.