Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.
See Also
Reference
VSQEQS_FILE_ATTRIBUTE_DATA Structure