VCCodeUsingAlias.Parent Özellik

Tanım

Bu 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(581)]
public object Parent { [System.Runtime.InteropServices.DispId(581)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(581)>]
[<get: System.Runtime.InteropServices.DispId(581)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.Parent : obj
Public ReadOnly Property Parent As Object

Özellik Değeri

Object

En hızlı üst nesne.

Öznitelikler

Açıklamalar

Bu özellik, nesne veya koleksiyona hemen üst öğeyi döndürür. İçeren koleksiyonu almak istiyorsanız Collection özelliğini kullanın.

Şunlara uygulanır