SPAppCatalog-Klasse
Stellt alle SPAppInstance -Objekte in einer Instanz von Microsoft SharePoint Serverinstalliert. Es bietet LINQ Funktionen zum Entdecken von Installationen.
Vererbungshierarchie
System.Object
Microsoft.SharePoint.Administration.SPAppCatalog
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPAppCatalog
'Usage
Sie müssen keine Instanz einer statischen Klasse deklarieren, um auf deren Member zugreifen zu können.
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public static class SPAppCatalog
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.