TenantAppUtility.GetTenantAppInformationCollection 方法
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Shared Function GetTenantAppInformationCollection ( _
context As ClientRuntimeContext, _
web As Web, _
lcid As Integer _
) As IList(Of TenantAppInformation)
'用途
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
)
參數
- lcid
類型:System.Int32
傳回值
類型:System.Collections.Generic.IList<TenantAppInformation>