SAFEARRAY.cbElements Field

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

Syntax

'宣言
Public cbElements As UInteger
'使用
Dim instance As SAFEARRAY
Dim value As UInteger

value = instance.cbElements

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

Field Value

Type: System.UInt32

Permissions

See Also

Reference

SAFEARRAY Structure

SAFEARRAY Members

Microsoft.VisualStudio.OLE.Interop Namespace