Share via


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
'Usage
Dim instance As VSQEQS_FILE_ATTRIBUTE_DATA 
Dim value As UInteger 

value = instance.nFileSizeHigh 

instance.nFileSizeHigh = value
public uint nFileSizeHigh
public:
unsigned int nFileSizeHigh
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

See Also

Reference

VSQEQS_FILE_ATTRIBUTE_DATA Structure

VSQEQS_FILE_ATTRIBUTE_DATA Members

Microsoft.VisualStudio.Shell.Interop Namespace