次の方法で共有


PrintDriverProperty コンストラクター

定義

PrintDriverProperty クラスの新しいインスタンスを初期化します。

オーバーロード

PrintDriverProperty(String)

指定したプロパティの PrintDriverProperty クラスの新しいインスタンスを初期化します。

PrintDriverProperty(String, Object)

指定した属性の指定した値を持つ PrintDriverProperty クラスの新しいインスタンスを初期化します。

PrintDriverProperty(String)

指定したプロパティの PrintDriverProperty クラスの新しいインスタンスを初期化します。

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

パラメーター

attributeName
String

PrintDriverProperty が表す PrintDriver プロパティの名前。

注釈

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

適用対象

PrintDriverProperty(String, Object)

指定した属性の指定した値を持つ PrintDriverProperty クラスの新しいインスタンスを初期化します。

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

パラメーター

attributeName
String

PrintDriverProperty が表す PrintDriver プロパティの名前。

attributeValue
Object

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

注釈

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

適用対象