Rediger

Del via


Principal Constructor

Definition

Initializes a new instance of the Principal class. This constructor is called by derived-class constructors to initialize the base class and is not intended to be called directly from your code.

protected:
 Principal();
protected Principal();
Protected Sub New ()

Remarks

Custom extension classes that derive from this class can call this constructor from the derived class constructor to initialize the base class.

Applies to