PrintProperty(String) 생성자

정의

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

protected:
 PrintProperty(System::String ^ attributeName);
protected PrintProperty (string attributeName);
new System.Printing.IndexedProperties.PrintProperty : string -> System.Printing.IndexedProperties.PrintProperty
Protected Sub New (attributeName As String)

매개 변수

attributeName
String

이 개체가 나타내는 속성의 이름입니다.

설명

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

적용 대상