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

PrintDriver 表示之 PrintDriverProperty 屬性的名稱。

備註

attributeName應該拼字與列印系統物件之某些特定PrintDriver屬性的名稱完全相同,包括大小寫。 例如, QueueDriver 對象的 屬性 PrintQueue 必須拼字為 “QueueDriver”,而不是 “PrintDriver” 或 “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

PrintDriver 表示之 PrintDriverProperty 屬性的名稱。

attributeValue
Object

PrintDriverProperty 所表示屬性的值。

備註

attributeName應該拼字與列印系統物件之某些特定PrintDriver屬性的名稱完全相同,包括大小寫。 例如, QueueDriver 對象的 屬性 PrintQueue 必須拼字為 “QueueDriver”,而不是 “PrintDriver” 或 “Queuedriver”。

適用於