共用方式為


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
)

參數

傳回值

類型:System.Collections.Generic.IList<TenantAppInformation>

請參閱

參照

TenantAppUtility 類別

TenantAppUtility 成員

Microsoft.SharePoint.Client 命名空間