Edit

Share via


Handle Constructor

Definition

Initializes a new instance of the Handle class.

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

Remarks

Classes that derive from Handle must provide a parameterless constructor.

Applies to