次の方法で共有


Web.LoadApp メソッド

Uploads an App package and creates an instance from it.

名前空間:  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 Function LoadApp ( _
    appPackageStream As Stream, _
    installationLocaleLCID As Integer _
) As AppInstance
'使用
Dim instance As Web
Dim appPackageStream As Stream
Dim installationLocaleLCID As Integer
Dim returnValue As AppInstance

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

パラメーター

  • installationLocaleLCID
    型: System.Int32

    The LCID of the locale used to create the app instance.

戻り値

型: Microsoft.SharePoint.Client.AppInstance
The created AppInstance.

関連項目

参照先

Web クラス

Web メンバー

Microsoft.SharePoint.Client 名前空間