Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'宣言
Public cbSize As ULARGE_INTEGER
'使用
Dim instance As STATSTG
Dim value As ULARGE_INTEGER
value = instance.cbSize
instance.cbSize = value
public ULARGE_INTEGER cbSize
public:
ULARGE_INTEGER cbSize
public var cbSize : ULARGE_INTEGER
Field Value
Type: Microsoft.VisualStudio.OLE.Interop.ULARGE_INTEGER
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.