DictClass.Extend Method
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.
Provides the ID for the class that a specified class extends.
public:
virtual int Extend();
public virtual int Extend ();
abstract member Extend : unit -> int
override this.Extend : unit -> int
Public Overridable Function Extend () As Integer
Returns
A value of the classID system data type that indicates the class ID; 0 if a class does not extend another class.