VCCodeIDLImportLib.Parent Propriété

Définition

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

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(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(577)>]
[<get: System.Runtime.InteropServices.DispId(577)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.Parent : Microsoft.VisualStudio.VCCodeModel.VCCodeIDLLibrary
Public ReadOnly Property Parent As VCCodeIDLLibrary

Valeur de propriété

VCCodeIDLLibrary

Objet VCCodeIDLLibrary.

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 à