共用方式為


AppInstance.Install 方法

開始在此應用程式執行個體上安裝。

命名空間:  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>
安裝工作識別碼。

備註

這個方法可以用於如果一開始失敗,請重新啟動安裝。

請參閱

參照

AppInstance 類別

AppInstance 成員

Microsoft.SharePoint.Client 命名空間