VCCodeBase.Parent Özellik

Tanım

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

CodeType

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.

Şunlara uygulanır