다음을 통해 공유


PrintDriverProperty 생성자

정의

PrintDriverProperty 클래스의 새 인스턴스를 초기화합니다.

오버로드

PrintDriverProperty(String)

지정된 속성에 대한 PrintDriverProperty 클래스의 새 인스턴스를 초기화합니다.

PrintDriverProperty(String, Object)

지정된 특성에 대해 지정된 값이 있는 PrintDriverProperty 클래스의 새 인스턴스를 초기화합니다.

PrintDriverProperty(String)

지정된 속성에 대한 PrintDriverProperty 클래스의 새 인스턴스를 초기화합니다.

public:
 PrintDriverProperty(System::String ^ attributeName);
public PrintDriverProperty (string attributeName);
new System.Printing.IndexedProperties.PrintDriverProperty : string -> System.Printing.IndexedProperties.PrintDriverProperty
Public Sub New (attributeName As String)

매개 변수

attributeName
String

PrintDriverProperty 나타내는 PrintDriver 속성의 이름입니다.

설명

attributeName 대/소문자를 포함하여 인쇄 시스템 개체의 특정 PrintDriver 속성 이름과 정확히 같아야 합니다. 예를 들어 PrintQueue 개체의 QueueDriver 속성은 "PrintDriver" 또는 "Queuedriver"가 아닌 "QueueDriver"의 철자여야 합니다.

적용 대상

PrintDriverProperty(String, Object)

지정된 특성에 대해 지정된 값이 있는 PrintDriverProperty 클래스의 새 인스턴스를 초기화합니다.

public:
 PrintDriverProperty(System::String ^ attributeName, System::Object ^ attributeValue);
public PrintDriverProperty (string attributeName, object attributeValue);
new System.Printing.IndexedProperties.PrintDriverProperty : string * obj -> System.Printing.IndexedProperties.PrintDriverProperty
Public Sub New (attributeName As String, attributeValue As Object)

매개 변수

attributeName
String

PrintDriverProperty 나타내는 PrintDriver 속성의 이름입니다.

attributeValue
Object

PrintDriverProperty 나타내는 속성의 값입니다.

설명

attributeName 대/소문자를 포함하여 인쇄 시스템 개체의 특정 PrintDriver 속성 이름과 정확히 같아야 합니다. 예를 들어 PrintQueue 개체의 QueueDriver 속성은 "PrintDriver" 또는 "Queuedriver"가 아닌 "QueueDriver"의 철자여야 합니다.

적용 대상