VSQEQS_FILE_ATTRIBUTE_DATA.nFileSizeHigh Field
High 32 bits of the file size.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public nFileSizeHigh As UInteger
public uint nFileSizeHigh
public:
unsigned int nFileSizeHigh
val mutable nFileSizeHigh: uint32
public var nFileSizeHigh : uint
Remarks
COM Signature
From IVsQueryEditQuerySave2.idl:
DWORD nFileSizeHigh;
Together with nFileSizeLow forms a 64-bit value to represent file length.
.NET Framework Security
- 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.