PrintProcessorProperty コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
PrintProcessor が表す PrintProcessorProperty プロパティの名前。
- attributeValue
- Object
PrintProcessorProperty が表すプロパティの値。
注釈
のスペルは attributeName
、大文字と小文字を含む印刷システム オブジェクトの特定 PrintProcessor のプロパティの名前とまったく同じにする必要があります。 たとえば、オブジェクトの プロパティにはPrintQueue、QueuePrintProcessor"PrintProcessor" や "Queueprintprocessor" ではなく、"QueuePrintProcessor" というスペルを指定する必要があります。
適用対象
.NET