Constants.vsProjectItemKindPhysicalFile Field

A file in the system.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Public Const vsProjectItemKindPhysicalFile As String
'Usage
Dim value As String 

value = Constants.vsProjectItemKindPhysicalFile
public const string vsProjectItemKindPhysicalFile
public:
literal String^ vsProjectItemKindPhysicalFile
public const var vsProjectItemKindPhysicalFile : String

Remarks

vsProjectItemKindPhysicalFile represents a predefined kind of project. Some language projects may include additional project kinds.

.NET Framework Security

See Also

Reference

Constants Class

Constants Members

EnvDTE Namespace