VSQEQS_FILE_ATTRIBUTE_DATA Structure
Structure with file attributes and size data.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Structure VSQEQS_FILE_ATTRIBUTE_DATA
public struct VSQEQS_FILE_ATTRIBUTE_DATA
public value class VSQEQS_FILE_ATTRIBUTE_DATA
[<Sealed>]
type VSQEQS_FILE_ATTRIBUTE_DATA = struct end
JScript supports the use of structures, but not the declaration of new ones.
The VSQEQS_FILE_ATTRIBUTE_DATA type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Top
Fields
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. |
Top
Remarks
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.