Constants.vsProjectsKindSolution 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.
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.