다음을 통해 공유


PrintQueueProperty 생성자

정의

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

오버로드

Name Description
PrintQueueProperty(String)

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

PrintQueueProperty(String, Object)

지정된 속성에 PrintQueueProperty 대해 지정된 값을 가진 클래스의 새 인스턴스를 초기화합니다.

PrintQueueProperty(String)

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

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

매개 변수

attributeName
String

나타내는 속성 PrintQueuePropertyPrintQueue 이름입니다.

설명

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

적용 대상

PrintQueueProperty(String, Object)

지정된 속성에 PrintQueueProperty 대해 지정된 값을 가진 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

attributeName
String

나타내는 속성 PrintQueuePropertyPrintQueue 이름입니다.

attributeValue
Object

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

설명

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

적용 대상