SolutionBuild2::Parent Property

 

Gets the immediate parent object of a SolutionBuild object.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

property Solution^ Parent {
	Solution^ get();
}

Property Value

Type: EnvDTE::Solution^

A Solution object.

The Parent property returns the immediate parent to the SolutionBuild object.

Return to top
Show: