Constants.vsProjectsKindSolution Field

Definition

The Projects collection's Kind property returns a GUID identifying the collection of project types that it contains.

public: System::String ^ vsProjectsKindSolution;
std::wstring vsProjectsKindSolution;
public const string vsProjectsKindSolution;
val mutable vsProjectsKindSolution : string
Public Const vsProjectsKindSolution As String 

Field Value

Remarks

For example, Visual Basic returns a collection of Visual Basic projects, each represented by the PrjKind.PrjKindVBProject. The vsProjectsKindSolution GUID identifies the type of Projects collection on the Solution object.

Applies to