SolutionConfigurations.Parent Property
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.
Gets the immediate parent object of a SolutionConfigurations object.
public:
property EnvDTE::SolutionBuild ^ Parent { EnvDTE::SolutionBuild ^ get(); };
public:
property EnvDTE::SolutionBuild ^ Parent { EnvDTE::SolutionBuild ^ get(); };
[System.Runtime.InteropServices.DispId(2)]
public EnvDTE.SolutionBuild Parent { [System.Runtime.InteropServices.DispId(2)] get; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
member this.Parent : EnvDTE.SolutionBuild
Public ReadOnly Property Parent As SolutionBuild
Property Value
A SolutionBuild object.
- Attributes