Constants.vsProjectItemKindSubProject Field

Definition

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.

Applies to