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
appPackageStream
Tipo: System.IO.StreamO fluxo do pacote de aplicativo.
installationLocaleLCID
Tipo: System.Int32O LCID da localidade usada para instalar o aplicativo.
Valor retornado
Tipo: Microsoft.SharePoint.Client.AppInstance
O AppInstance criado.