VSQEQS_FILE_ATTRIBUTE_DATA.dwFileAttributes Field

Definition

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.

Applies to