TenantAppUtility.GetTenantAppInformationCollection - Méthode
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Shared Function GetTenantAppInformationCollection ( _
context As ClientRuntimeContext, _
web As Web, _
lcid As Integer _
) As IList(Of TenantAppInformation)
'Utilisation
Dim context As ClientRuntimeContext
Dim web As Web
Dim lcid As Integer
Dim returnValue As IList(Of TenantAppInformation)
returnValue = TenantAppUtility.GetTenantAppInformationCollection(context, _
web, lcid)
public static IList<TenantAppInformation> GetTenantAppInformationCollection(
ClientRuntimeContext context,
Web web,
int lcid
)
Paramètres
- context
Type : Microsoft.SharePoint.Client.ClientRuntimeContext
- web
Type : Microsoft.SharePoint.Client.Web
- lcid
Type : System.Int32
Valeur renvoyée
Type : System.Collections.Generic.IList<TenantAppInformation>