__PSFFILEID2 Enumeration

Adds Project Special Files members to __PSFFILEID.

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

Syntax

'Declaration
Public Enumeration __PSFFILEID2
public enum __PSFFILEID2
public enum class __PSFFILEID2
type __PSFFILEID2
public enum __PSFFILEID2

Members

Member name Description
PSFFILEID_WebSettings Get WebSettings file.
PSFFILEID_AppManifest Get AppManifest file.
PSFFILEID_AppDesigner Get AppDesigner file.
PSFFILEID_AppSettings Get App Settings.
PSFFILEID_AssemblyResource Get Assembly Resource file.
PSFFILEID_AssemblyInfo Get Assembly info.
PSFFILEID_FIRST2 Indicates the last PSFFIELDID2 defined.

Remarks

Specifies Special Project Files that can be created or queried for with GetFile.

COM Signature

From vsshell80.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace