VCCodeBase.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 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
Özellik Değeri
Bir CodeType nesnesi.
- Ö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.