PrintPortProperty 建構函式

定義

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

多載

PrintPortProperty(String)

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

PrintPortProperty(String, Object)

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

PrintPortProperty(String)

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

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

參數

attributeName
String

PrintPort 表示之 PrintPortProperty 屬性的名稱。

備註

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

適用於

PrintPortProperty(String, Object)

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

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

參數

attributeName
String

PrintPort 表示之 PrintPortProperty 屬性的名稱。

attributeValue
Object

PrintPortProperty 所表示屬性的值。

備註

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

適用於