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

‘선언
Public Structure VSQEQS_FILE_ATTRIBUTE_DATA
‘사용 방법
Dim instance As VSQEQS_FILE_ATTRIBUTE_DATA
public struct VSQEQS_FILE_ATTRIBUTE_DATA
public value class VSQEQS_FILE_ATTRIBUTE_DATA
[<SealedAttribute>]
type VSQEQS_FILE_ATTRIBUTE_DATA =  struct end
JScript supports the use of structures, but not the declaration of new ones.

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.

See Also

Reference

VSQEQS_FILE_ATTRIBUTE_DATA Members

Microsoft.VisualStudio.Shell.Interop Namespace