VCCodeDelegate.BaseClass Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.