Constants.vsProjectItemKindSubProject Field

A subproject under the project. If returned by Kind, then SubProject returns as a Project object.

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

Syntax

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

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

Remarks

vsProjectItemKindSubProject 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