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

개체가 로드될 때 속성이 초기화되어야 하는지 여부를 지정하는 값입니다.

적용 대상