VCCodeIDLImportLib.Parent Property

Definition

Gets the immediate parent object of a given object.

public:
 property Microsoft::VisualStudio::VCCodeModel::VCCodeIDLLibrary ^ Parent { Microsoft::VisualStudio::VCCodeModel::VCCodeIDLLibrary ^ get(); };
public:
 property Microsoft::VisualStudio::VCCodeModel::VCCodeIDLLibrary ^ Parent { Microsoft::VisualStudio::VCCodeModel::VCCodeIDLLibrary ^ get(); };
[System.Runtime.InteropServices.DispId(577)]
public Microsoft.VisualStudio.VCCodeModel.VCCodeIDLLibrary Parent { [System.Runtime.InteropServices.DispId(577)] [System.Runtime.InteropServices.TypeLibFunc] get; }
[<System.Runtime.InteropServices.DispId(577)>]
[<get: System.Runtime.InteropServices.DispId(577)>]
[<get: System.Runtime.InteropServices.TypeLibFunc>]
member this.Parent : Microsoft.VisualStudio.VCCodeModel.VCCodeIDLLibrary
Public ReadOnly Property Parent As VCCodeIDLLibrary

Property Value

A VCCodeIDLLibrary 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.

Applies to