TenantAppUtility.GetTenantAppInformationCollection - Méthode

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

Syntaxe

'Déclaration
<ExtensionAttribute> _
Public Shared Function GetTenantAppInformationCollection ( _
    web As SPWeb, _
    lcid As Integer _
) As List(Of SPTenantAppInformation)
'Utilisation
Dim web As SPWeb
Dim lcid As Integer
Dim returnValue As List(Of SPTenantAppInformation)

returnValue = web.GetTenantAppInformationCollection(lcid)
public static List<SPTenantAppInformation> GetTenantAppInformationCollection(
    this SPWeb web,
    int lcid
)

Paramètres

Valeur renvoyée

Type : System.Collections.Generic.List<SPTenantAppInformation>

Remarque d’utilisation

Dans Visual Basic et C#, vous pouvez appeler cette méthode en tant que méthode d’instance sur tous les objets de type SPWeb. Lorsque vous appelez cette méthode à l’aide de la syntaxe de méthode d’instance, omettez le premier paramètre. Pour plus d’informations, voir https://msdn.microsoft.com/fr-fr/library/bb384936(v=office.15) ou https://msdn.microsoft.com/fr-fr/library/bb383977(v=office.15).

Voir aussi

Référence

TenantAppUtility classe

TenantAppUtility - Membres

Microsoft.SharePoint - Espace de noms