VCCodeBase.Parent Propriété

Définition

Obtient l'objet parent immédiat d'un objet donné.

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(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(579)>]
[<get: System.Runtime.InteropServices.DispId(579)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.Parent : EnvDTE.CodeType
Public ReadOnly Property Parent As CodeType

Valeur de propriété

CodeType

Objet CodeType.

Attributs

Remarques

La Parent propriété retourne le parent immédiat de l’objet ou de la collection. Si vous souhaitez obtenir la collection conteneur, utilisez la propriété Collection.

S’applique à