Freigeben über


SPAppInstance.Install-Methode

Startet eine Installation für diese App-Instanz.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function Install As Guid
'Usage
Dim instance As SPAppInstance
Dim returnValue As Guid

returnValue = instance.Install()
public Guid Install()

Rückgabewert

Typ: System.Guid
Die Auftrags-ID der Installation.

Hinweise

Diese Methode kann verwendet werden, eine Installation neu starten, wenn zunächst die Installation ist fehlgeschlagen.

Siehe auch

Referenz

SPAppInstance Klasse

SPAppInstance-Member

Microsoft.SharePoint.Administration-Namespace