VSQEQS_FILE_ATTRIBUTE_DATA.nFileSizeLow Field
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Low 32 bits of the file size.
public: System::UInt32 nFileSizeLow;
C++/CX
public: unsigned int nFileSizeLow;
unsigned int nFileSizeLow;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")]
public uint nFileSizeLow;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")>]
val mutable nFileSizeLow : uint32
Public nFileSizeLow As UInteger
- Attributes
From IVsQueryEditQuerySave2.idl:
cpp#
DWORD nFileSizeLow;
Together with nFileSizeHigh forms a 64-bit value to represent file length.
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |