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。 |