共用方式為


PrintTicketProperty 建構函式

定義

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

多載

PrintTicketProperty(String)

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

PrintTicketProperty(String, Object)

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

PrintTicketProperty(String)

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

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

參數

attributeName
String

PrintTicket 表示之 PrintTicketProperty 屬性的名稱。

備註

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

適用於

PrintTicketProperty(String, Object)

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

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

參數

attributeName
String

PrintTicket 表示之 PrintTicketProperty 屬性的名稱。

attributeValue
Object

PrintTicketProperty 所表示屬性的值。

備註

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

適用於