Freigeben über


SPAppRequestContext.InitCurrent-Methode

Initialisiert den Anforderungskontext app mit principal ID angegebene Anwendung.

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

Syntax

'Declaration
Public Shared Function InitCurrent ( _
    appPrincipalIdentifier As String _
) As SPAppRequestContext
'Usage
Dim appPrincipalIdentifier As String
Dim returnValue As SPAppRequestContext

returnValue = SPAppRequestContext.InitCurrent(appPrincipalIdentifier)
public static SPAppRequestContext InitCurrent(
    string appPrincipalIdentifier
)

Parameter

  • appPrincipalIdentifier
    Typ: System.String

    Der principal app-Bezeichner. Es ist der Wert des Anspruchs codierte.

Rückgabewert

Typ: Microsoft.SharePoint.SPAppRequestContext
Der Anforderungskontext für die app.

Siehe auch

Referenz

SPAppRequestContext Klasse

SPAppRequestContext-Member

Microsoft.SharePoint-Namespace