AppInstance.Upgrade 方法
上傳應用程式的版本,然後將應用程式執行個體升級為該版本。
命名空間: 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 Sub Upgrade ( _
appPackageStream As Stream _
)
'用途
Dim instance As AppInstance
Dim appPackageStream As Stream
instance.Upgrade(appPackageStream)
public void Upgrade(
Stream appPackageStream
)
參數
appPackageStream
類型:System.IO.Stream應用程式套件的資料流。