Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies how GetFile is to handle Project Special Files.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration __PSFFLAGS
[FlagsAttribute]
public enum __PSFFLAGS
[FlagsAttribute]
public enum class __PSFFLAGS
[<FlagsAttribute>]
type __PSFFLAGS
public enum __PSFFLAGS
Members
| Member name | Description | |
|---|---|---|
| PSFF_CreateIfNotExist | Create the file if it doesn't exist. | |
| PSFF_FullPath | Filename includes the full path. |
Remarks
COM Signature
From vsshell.idl: