次の方法で共有


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 プロパティの名前とまったく同じにする必要があります。 たとえば、PrintQueue オブジェクトのQueuePrintProcessorプロパティには、"PrintProcessor" や "Queueprintprocessor" ではなく、"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

PrintProcessorPropertyが表すPrintProcessor プロパティの名前。

attributeValue
Object

PrintProcessorPropertyが表すプロパティの値。

注釈

attributeNameのスペルは、大文字と小文字を含む、印刷システム オブジェクトの特定のPrintProcessor プロパティの名前とまったく同じにする必要があります。 たとえば、PrintQueue オブジェクトのQueuePrintProcessorプロパティには、"PrintProcessor" や "Queueprintprocessor" ではなく、"QueuePrintProcessor" というスペルを指定する必要があります。

適用対象