ReservedBlob<THandle> 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示为将来的内容更新保留的元数据堆上的句柄和相应的 Blob。
generic <typename THandle>
where THandle : value classpublic value class ReservedBlob
public readonly struct ReservedBlob<THandle> where THandle : struct
public struct ReservedBlob<THandle> where THandle : struct
type ReservedBlob<'Handle (requires 'Handle : struct)> = struct
Public Structure ReservedBlob(Of THandle)
类型参数
- THandle
- 继承
属性
| 名称 | 说明 |
|---|---|
| Content |
表示为将来的内容更新保留的元数据堆上的句柄和相应的 Blob。 |
| Handle |
获取保留的 Blob 句柄。 |
方法
| 名称 | 说明 |
|---|---|
| CreateWriter() |
返回一个 BlobWriter 要用于更新内容的内容。 |