VCCodeMapEntry.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 Microsoft::VisualStudio::VCCodeModel::VCCodeMap ^ Parent { Microsoft::VisualStudio::VCCodeModel::VCCodeMap ^ get(); };
public:
property Microsoft::VisualStudio::VCCodeModel::VCCodeMap ^ Parent { Microsoft::VisualStudio::VCCodeModel::VCCodeMap ^ get(); };
[System.Runtime.InteropServices.DispId(578)]
public Microsoft.VisualStudio.VCCodeModel.VCCodeMap Parent { [System.Runtime.InteropServices.DispId(578)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(578)>]
[<get: System.Runtime.InteropServices.DispId(578)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.Parent : Microsoft.VisualStudio.VCCodeModel.VCCodeMap
Public ReadOnly Property Parent As VCCodeMap
Property Value
A VCCodeMap object.
- Attributes
Remarks
The Parent property returns the immediate parent to the object or collection. If you want to get the containing collection, then use the Collection property.