VCCodeEvent.Parent Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Belirli bir nesnenin hemen üst nesnesini alır.
public:
property System::Object ^ Parent { System::Object ^ get(); };
public:
property Platform::Object ^ Parent { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(578)]
public object 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 : obj
Public ReadOnly Property Parent As Object
Özellik Değeri
Üst nesne.
- Öznitelikler
Açıklamalar
ParentÖzelliği nesne veya koleksiyona hemen üst öğeyi döndürür. İçeren koleksiyonu almak istiyorsanız Collection özelliğini kullanın.