SPAppCatalog.GetAppInstances-Methode
Ruft alle app-Instanzen installiert sind an der angegebenen Website ab.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GetAppInstances ( _
web As SPWeb _
) As IList(Of SPAppInstance)
'Usage
Dim web As SPWeb
Dim returnValue As IList(Of SPAppInstance)
returnValue = SPAppCatalog.GetAppInstances(web)
public static IList<SPAppInstance> GetAppInstances(
SPWeb web
)
Parameter
web
Typ: Microsoft.SharePoint.SPWebDas SPWeb -Objekt, das SPAppInstance -Objekt enthält.
Rückgabewert
Typ: System.Collections.Generic.IList<SPAppInstance>
Eine Auflistung von app-Instanzen.
Hinweise
Wenn die app-Instanzen lokalisierbaren Eigenschaften (wie Titel) verfügen, werden diese basierend auf den aktuellen Thread CurrentUICulturelokalisiert werden.