VCCodeProperty.Parent Özellik

Tanım

Belirli bir nesnenin hemen üst nesnesini alır.

public:
 property EnvDTE::CodeClass ^ Parent { EnvDTE::CodeClass ^ get(); };
public:
 property EnvDTE::CodeClass ^ Parent { EnvDTE::CodeClass ^ get(); };
[System.Runtime.InteropServices.DispId(31)]
public EnvDTE.CodeClass Parent { [System.Runtime.InteropServices.DispId(31)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(31)>]
[<get: System.Runtime.InteropServices.DispId(31)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.Parent : EnvDTE.CodeClass
Public ReadOnly Property Parent As CodeClass

Özellik Değeri

CodeClass

Bir CodeClass özellik.

Ö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