SolutionBuild2.Parent Property

Definition

Gets the immediate parent object of a SolutionBuild object.

public:
 property EnvDTE::Solution ^ Parent { EnvDTE::Solution ^ get(); };
public:
 property EnvDTE::Solution ^ Parent { EnvDTE::Solution ^ get(); };
[System.Runtime.InteropServices.DispId(2)]
public EnvDTE.Solution Parent { [System.Runtime.InteropServices.DispId(2)] get; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
member this.Parent : EnvDTE.Solution
Public ReadOnly Property Parent As Solution

Property Value

A Solution object.

Implements

Attributes

Remarks

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

Applies to