VSQEQS_FILE_ATTRIBUTE_DATA.nFileSizeLow Field
Low 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 nFileSizeLow As UInteger
'Usage
Dim instance As VSQEQS_FILE_ATTRIBUTE_DATA
Dim value As UInteger
value = instance.nFileSizeLow
instance.nFileSizeLow = value
public uint nFileSizeLow
public:
unsigned int nFileSizeLow
public var nFileSizeLow : uint
Remarks
COM Signature
From IVsQueryEditQuerySave2.idl:
DWORD nFileSizeLow;
Together with nFileSizeHigh 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