Constants.vsProjectKindUnmodeled Field

An unmodeled project.

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

Syntax

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

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

Remarks

vsProjectKindUnmodeled represents predefined kinds of projects. Each project kind defines different constants or values for the results of Kind.

.NET Framework Security

See Also

Reference

Constants Class

Constants Members

EnvDTE Namespace