VSQEQS_FILE_ATTRIBUTE_DATA Structure
Visual Studio 2015
Structure with file attributes and size data.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | dwFileAttributes | Attributes for the file. |
![]() | ftLastWriteTime | Date and time the file was last written to. |
![]() | nFileSizeHigh | High 32 bits of the file size. |
![]() | nFileSizeLow | Low 32 bits of the file size. |
Similar to VSQEQS_FILE_ATTRIBUTE_DATA which is not in wtypes.idl and so is not easy to use here. This is used in combination with the VSQEQS_FileInfo flag, to keep the methods on the IVsQueryEditQuerySave2 interface from having to find the file on disk.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

