Share via


BLOB.cbSize Field

Size of the block of data pointed to by pBlobData, in bytes.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Public cbSize As UInteger
'Usage
Dim instance As BLOB 
Dim value As UInteger 

value = instance.cbSize 

instance.cbSize = value
public uint cbSize
public:
unsigned int cbSize
public var cbSize : uint

.NET Framework Security

See Also

Reference

BLOB Structure

BLOB Members

Microsoft.VisualStudio.OLE.Interop Namespace