VCCodeDelegate.BaseClass Property

Definition

Gets the class from which this object inherits.

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

Property Value

A CodeClass object.

Attributes

Remarks

BaseClass returns the CodeClass object for com.ms.system.delegate.

Applies to