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
context
Type : Microsoft.SharePoint.Client.ClientRuntimeContextLe contexte d'exécution.
web
Type : Microsoft.SharePoint.Client.WebL'objet de contexte requis pour la gestion des identités d'application.
Valeur renvoyée
Type : Microsoft.SharePoint.Client.AppPrincipalManager
Une nouvelle instance de la classe AppPrincipalManager pour l'objet spécifié Web .