Constants.vsProjectItemKindSubProject Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A subproject under the project. If returned by Kind, then SubProject returns as a Project object.
public: System::String ^ vsProjectItemKindSubProject;
std::wstring vsProjectItemKindSubProject;
public const string vsProjectItemKindSubProject;
val mutable vsProjectItemKindSubProject : string
Public Const vsProjectItemKindSubProject As String
Field Value
Remarks
vsProjectItemKindSubProject represents a predefined kind of project. Some language projects may include additional project kinds.