次の方法で共有


AppInstance.Install メソッド

Starts an install on this app instance.

名前空間:  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 Install As ClientResult(Of Guid)
'使用
Dim instance As AppInstance
Dim returnValue As ClientResult(Of Guid)

returnValue = instance.Install()
public ClientResult<Guid> Install()

戻り値

型: Microsoft.SharePoint.Client.ClientResult<Guid>
The job identifier of the installation.

注釈

This method can be used to restart an install if it initially failed.

関連項目

参照先

AppInstance クラス

AppInstance メンバー

Microsoft.SharePoint.Client 名前空間