CodeVariable2.Parent Özellik

Tanım

Bir nesnenin hemen üst nesnesini alır CodeVariable .

public:
 property System::Object ^ Parent { System::Object ^ get(); };
public:
 property Platform::Object ^ Parent { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(31)]
public object Parent { [System.Runtime.InteropServices.DispId(31)] [System.Runtime.InteropServices.TypeLibFunc(1024)] get; }
[<System.Runtime.InteropServices.DispId(31)>]
[<get: System.Runtime.InteropServices.DispId(31)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(1024)>]
member this.Parent : obj
Public ReadOnly Property Parent As Object

Özellik Değeri

Object

Bir üst nesne.

Uygulamalar

Ö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.

Not

Sınıfların, yapıların, işlevlerin, özniteliklerin, temsilcilerin ve bu gibi kod modeli öğelerinin değerleri, belirli tür düzenlemeler yapıldıktan sonra belirleyici olmayan bir değer olabilir, yani değerlerinin her zaman aynı kalır.

Şunlara uygulanır