次の方法で共有


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 のプロパティの名前とまったく同じにする必要があります。 たとえば、オブジェクトの プロパティにはPrintQueueDefaultPrintTicket"DefaultPrintSettings" や "Defaultprintticket" ではなく、"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 のプロパティの名前とまったく同じにする必要があります。 たとえば、オブジェクトの プロパティにはPrintQueueDefaultPrintTicket"DefaultPrintSettings" や "Defaultprintticket" ではなく、"DefaultPrintTicket" というスペルを指定する必要があります。

適用対象