VCCodeBase.Class Property

Definition

Gets the base class or the actual base class declaration of the parent object.

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

Property Value

A CodeType object.

Attributes

Remarks

Call this method to retrieve an object representing the actual base class declaration. This object can be any one of the following types: VCCodeClass, VCCodeStruct, or VCCodeInterface.

Applies to