PrintSystemObject 构造函数

定义

初始化 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)

参数

mode
PrintSystemObjectLoadMode

一个用于指定在装载对象时是否应该初始化该对象属性的值。

适用于