SPApp.CreateAppInstance-Methode (SPWeb)
Erstellt eine Instanz einer App auf der Website durch den Parameter web angegeben.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function CreateAppInstance ( _
web As SPWeb _
) As Guid
'Usage
Dim instance As SPApp
Dim web As SPWeb
Dim returnValue As Guid
returnValue = instance.CreateAppInstance(web)
public Guid CreateAppInstance(
SPWeb web
)
Parameter
web
Typ: Microsoft.SharePoint.SPWebDie Website zum Erstellen der app auf.
Rückgabewert
Typ: System.Guid
Der Bezeichner des erstellten SPAppInstance -Objekts der auch in der Id -Eigenschaft gespeichert wird.
Hinweise
Die neue app-Instanz kann mithilfe der SPAppCatalog -Klasse und die Kennung, die von dieser Methode zurückgegebene abgerufen werden.