SolutionContexts.Parent Property

Definition

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

Applies to