__PSFFLAGS Enumeration
Visual Studio 2015
Specifies how GetFile is to handle Project Special Files.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| PSFF_CreateIfNotExist | Create the file if it doesn't exist. | |
| PSFF_FullPath | Filename includes the full path. |
From vsshell.idl:
Show: