ApplicationDataSetVersionHandler 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示處理在應用程式資料存放區中設定應用程式資料版本之要求的方法。
public delegate void ApplicationDataSetVersionHandler(SetVersionRequest ^ setVersionRequest);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2690093542, 52383, 18055, 172, 171, 163, 100, 253, 120, 84, 99)]
class ApplicationDataSetVersionHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2690093542, 52383, 18055, 172, 171, 163, 100, 253, 120, 84, 99)]
public delegate void ApplicationDataSetVersionHandler(SetVersionRequest setVersionRequest);
var applicationDataSetVersionHandlerHandler = function(setVersionRequest){
/* Your code */
}
Public Delegate Sub ApplicationDataSetVersionHandler(setVersionRequest As SetVersionRequest)
參數
- setVersionRequest
- SetVersionRequest
設定版本要求。
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
備註
委派必須從與目前版本相關聯的應用程式定義架構格式,將現有的應用程式資料轉換為與要求版本相關聯的架構格式。 如果此作業期間發生無法復原的錯誤,委派應該擲回例外狀況。 如果委派擲回例外狀況,系統不會更新版本號碼。