Handle 构造函数

定义

初始化 Handle 类的新实例。

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

注解

派生自 Handle 的类必须提供无参数构造函数。

适用于