ReservedBlob<THandle> 構造体

定義

将来のコンテンツ更新用に予約されていたメタデータ ヒープ上のハンドルおよび対応する 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
継承
ReservedBlob<THandle>

プロパティ

Content

将来のコンテンツ更新用に予約されていたメタデータ ヒープ上のハンドルおよび対応する BLOB を表します。

Handle

予約済みの BLOB ハンドルを取得します。

メソッド

CreateWriter()

コンテンツの更新に使用される BlobWriter を返します。

適用対象