VCCodeBase.Parent Property

Definition

Gets the immediate parent object of a given object.

public:
 property EnvDTE::CodeType ^ Parent { EnvDTE::CodeType ^ get(); };
public:
 property EnvDTE::CodeType ^ Parent { EnvDTE::CodeType ^ get(); };
[System.Runtime.InteropServices.DispId(579)]
public EnvDTE.CodeType Parent { [System.Runtime.InteropServices.DispId(579)] [System.Runtime.InteropServices.TypeLibFunc] get; }
[<System.Runtime.InteropServices.DispId(579)>]
[<get: System.Runtime.InteropServices.DispId(579)>]
[<get: System.Runtime.InteropServices.TypeLibFunc>]
member this.Parent : EnvDTE.CodeType
Public ReadOnly Property Parent As CodeType

Property Value

A CodeType 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