SolutionBuild.Parent Property

Gets the immediate parent object of a SolutionBuild object.

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

Syntax

'Declaration
ReadOnly Property Parent As Solution
Solution Parent { get; }
property Solution^ Parent {
    Solution^ get ();
}
abstract Parent : Solution
function get Parent () : Solution

Property Value

Type: EnvDTE.Solution
A Solution object.

Remarks

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

.NET Framework Security

See Also

Reference

SolutionBuild Interface

EnvDTE Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples