SolutionConfigurations.Parent Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft das unmittelbar übergeordnete Objekt eines SolutionConfigurations-Objekts ab.
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
Eigenschaftswert
Ein SolutionBuild-Objekt.
- Attribute