共用方式為


PrintProcessorProperty 建構函式

定義

初始化 PrintProcessorProperty 類別的新執行個體。

多載

PrintProcessorProperty(String)

初始化所指定之屬性之 PrintProcessorProperty 類別的新執行個體。

PrintProcessorProperty(String, Object)

初始化指定屬性擁有指定值之 PrintProcessorProperty 類別的新執行個體。

PrintProcessorProperty(String)

初始化所指定之屬性之 PrintProcessorProperty 類別的新執行個體。

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

參數

attributeName
String

轉換的 PrintProcessorProperty

備註

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

適用於

PrintProcessorProperty(String, Object)

初始化指定屬性擁有指定值之 PrintProcessorProperty 類別的新執行個體。

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

參數

attributeName
String

PrintProcessor 表示之 PrintProcessorProperty 屬性的名稱。

attributeValue
Object

PrintProcessorProperty 所表示屬性的值。

備註

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

適用於