Share via


DictClass.Extend Method

Definition

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.

Applies to