VSQEQS_FILE_ATTRIBUTE_DATA.dwFileAttributes Field
Definition
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.
Attributes for the file.
public: System::UInt32 dwFileAttributes;
public: unsigned int dwFileAttributes;
unsigned int dwFileAttributes;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")]
public uint dwFileAttributes;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")>]
val mutable dwFileAttributes : uint32
Public dwFileAttributes As UInteger
Field Value
- Attributes
Remarks
COM Signature
From IVsQueryEditQuerySave2.idl:
DWORD dwFileAttributes;
For more information, see File Attribute Constants.