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