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
)
パラメーター
appPackageStream
型: System.IO.StreamThe stream of the App package.
installationLocaleLCID
型: System.Int32The LCID of the locale used to create the app instance.
戻り値
型: Microsoft.SharePoint.Client.AppInstance
The created AppInstance.