__PSFFLAGS Enumeration

 

Specifies how GetFile is to handle Project Special Files.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[FlagsAttribute]
public enum __PSFFLAGS

Member nameDescription
PSFF_CreateIfNotExist

Create the file if it doesn't exist.

PSFF_FullPath

Filename includes the full path.

From vsshell.idl:

Return to top
Show: