GetPageRootCompletedEventArgs 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供事件的数据 GetPageRootCompleted 。
public ref class GetPageRootCompletedEventArgs sealed : System::ComponentModel::AsyncCompletedEventArgs
public sealed class GetPageRootCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
type GetPageRootCompletedEventArgs = class
inherit AsyncCompletedEventArgs
Public NotInheritable Class GetPageRootCompletedEventArgs
Inherits AsyncCompletedEventArgs
- 继承
属性
| 名称 | 说明 |
|---|---|
| Cancelled |
获取一个值,该值指示是否已取消异步操作。 (继承自 AsyncCompletedEventArgs) |
| Error |
获取一个值,该值指示异步操作期间发生的错误。 (继承自 AsyncCompletedEventArgs) |
| Result |
FixedPage获取异步请求的内容GetPageRootAsync(Boolean)。 |
| UserState |
获取异步任务的唯一标识符。 (继承自 AsyncCompletedEventArgs) |
方法
| 名称 | 说明 |
|---|---|
| Equals(Object) |
确定指定的对象是否等于当前对象。 (继承自 Object) |
| GetHashCode() |
用作默认哈希函数。 (继承自 Object) |
| GetType() |
获取当前实例的 Type。 (继承自 Object) |
| MemberwiseClone() |
创建当前 Object的浅表副本。 (继承自 Object) |
| RaiseExceptionIfNecessary() |
如果异步操作失败,则引发用户提供的异常。 (继承自 AsyncCompletedEventArgs) |
| ToString() |
返回一个表示当前对象的字符串。 (继承自 Object) |