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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.