共用方式為


AppInstance.Restore 方法

建立工作的已安裝的狀態,從資源回收筒還原的應用程式執行個體。

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

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

傳回值

類型:Microsoft.SharePoint.Client.ClientResult<Guid>
還原工作的工作識別碼。

請參閱

參照

AppInstance 類別

AppInstance 成員

Microsoft.SharePoint.Client 命名空間