Partager via


AppPrincipalManager.GetManager - Méthode

Crée une nouvelle instance de la classe AppPrincipalManager .

Espace de noms :  Microsoft.SharePoint.Client
Assembly :  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public Shared Function GetManager ( _
    context As ClientRuntimeContext, _
    web As Web _
) As AppPrincipalManager
'Utilisation
Dim context As ClientRuntimeContext
Dim web As Web
Dim returnValue As AppPrincipalManager

returnValue = AppPrincipalManager.GetManager(context, _
    web)
public static AppPrincipalManager GetManager(
    ClientRuntimeContext context,
    Web web
)

Paramètres

Valeur renvoyée

Type : Microsoft.SharePoint.Client.AppPrincipalManager
Une nouvelle instance de la classe AppPrincipalManager pour l'objet spécifié Web .

Voir aussi

Référence

AppPrincipalManager classe

AppPrincipalManager - Membres

Microsoft.SharePoint.Client - Espace de noms