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
public const string vsProjectItemKindSubProject
public:
literal String^ vsProjectItemKindSubProject
static val mutable vsProjectItemKindSubProject: string
public const var vsProjectItemKindSubProject : String
Remarks
vsProjectItemKindSubProject represents a predefined kind of project. Some language projects may include additional project kinds.
.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.