PrintSystemObject 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 PrintSystemObject 类的新实例。
重载
PrintSystemObject() |
初始化 PrintSystemObject 类的新实例。 |
PrintSystemObject(PrintSystemObjectLoadMode) |
使用指定的 PrintSystemObject 初始化 PrintSystemObjectLoadMode 类的新实例。 |
PrintSystemObject()
初始化 PrintSystemObject 类的新实例。
protected:
PrintSystemObject();
protected PrintSystemObject ();
Protected Sub New ()
适用于
PrintSystemObject(PrintSystemObjectLoadMode)
使用指定的 PrintSystemObject 初始化 PrintSystemObjectLoadMode 类的新实例。
protected:
PrintSystemObject(System::Printing::PrintSystemObjectLoadMode mode);
protected PrintSystemObject (System.Printing.PrintSystemObjectLoadMode mode);
new System.Printing.PrintSystemObject : System.Printing.PrintSystemObjectLoadMode -> System.Printing.PrintSystemObject
Protected Sub New (mode As PrintSystemObjectLoadMode)
参数
一个用于指定在装载对象时是否应该初始化该对象属性的值。