VCCodeBase.Class Özellik

Tanım

Üst nesnenin temel sınıfını veya gerçek temel sınıf bildirimini alır.

public:
 property EnvDTE::CodeType ^ Class { EnvDTE::CodeType ^ get(); };
public:
 property EnvDTE::CodeType ^ Class { EnvDTE::CodeType ^ get(); };
[System.Runtime.InteropServices.DispId(580)]
public EnvDTE.CodeType Class { [System.Runtime.InteropServices.DispId(580)] get; }
[<System.Runtime.InteropServices.DispId(580)>]
[<get: System.Runtime.InteropServices.DispId(580)>]
member this.Class : EnvDTE.CodeType
Public ReadOnly Property Class As CodeType

Özellik Değeri

CodeType

Bir CodeType nesnesi.

Öznitelikler

Açıklamalar

Gerçek temel sınıf bildirimini temsil eden bir nesneyi almak için bu yöntemi çağırın. Bu nesne aşağıdaki türlerden herhangi biri olabilir: VCCodeClass , VCCodeStruct , veya VCCodeInterface .

Şunlara uygulanır