Compartilhar via


Web.LoadAndInstallAppInSpecifiedLocale método

Carrega e instala um pacote de aplicativos, em uma localidade específica.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)

Sintaxe

'Declaração
Public Function LoadAndInstallAppInSpecifiedLocale ( _
    appPackageStream As Stream, _
    installationLocaleLCID As Integer _
) As AppInstance
'Uso
Dim instance As Web
Dim appPackageStream As Stream
Dim installationLocaleLCID As Integer
Dim returnValue As AppInstance

returnValue = instance.LoadAndInstallAppInSpecifiedLocale(appPackageStream, _
    installationLocaleLCID)
public AppInstance LoadAndInstallAppInSpecifiedLocale(
    Stream appPackageStream,
    int installationLocaleLCID
)

Parâmetros

  • installationLocaleLCID
    Tipo: System.Int32

    O LCID da localidade usada para instalar o aplicativo.

Valor retornado

Tipo: Microsoft.SharePoint.Client.AppInstance
O AppInstance criado.

Ver também

Referência

Web classe

Web membros

Microsoft.SharePoint.Client namespace