VCCodeModel.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 given object.
public:
property EnvDTE::Project ^ Parent { EnvDTE::Project ^ get(); };
public:
property EnvDTE::Project ^ Parent { EnvDTE::Project ^ get(); };
[System.Runtime.InteropServices.DispId(2)]
public EnvDTE.Project Parent { [System.Runtime.InteropServices.DispId(2)] get; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
member this.Parent : EnvDTE.Project
Public ReadOnly Property Parent As Project
Property Value
A Project object.
Implements
- Attributes
Remarks
The Parent property returns the immediate parent to the object or collection.