PrintInt32Property コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
PrintInt32Property クラスの新しいインスタンスを初期化します。
オーバーロード
PrintInt32Property(String) |
指定したプロパティに対する PrintInt32Property クラスの新しいインスタンスを初期化します。 |
PrintInt32Property(String, Object) |
指定した属性の PrintInt32Property クラスの新しいインスタンスを初期化し、指定した値をこのインスタンスに設定します。 |
PrintInt32Property(String)
指定したプロパティに対する PrintInt32Property クラスの新しいインスタンスを初期化します。
public:
PrintInt32Property(System::String ^ attributeName);
public PrintInt32Property (string attributeName);
new System.Printing.IndexedProperties.PrintInt32Property : string -> System.Printing.IndexedProperties.PrintInt32Property
Public Sub New (attributeName As String)
パラメーター
- attributeName
- String
Int32 が表す PrintInt32Property プロパティの名前。
注釈
のスペルは attributeName
、大文字と小文字を含む印刷システム オブジェクトの特定 Int32 のプロパティの名前とまったく同じにする必要があります。 たとえば、オブジェクトの AveragePagesPerMinute プロパティには PrintQueue 、"AveragePPM" や "AveragePagesperMinute" ではなく、"AveragePagesPerMinute" のスペルを指定する必要があります。
適用対象
PrintInt32Property(String, Object)
指定した属性の PrintInt32Property クラスの新しいインスタンスを初期化し、指定した値をこのインスタンスに設定します。
public:
PrintInt32Property(System::String ^ attributeName, System::Object ^ attributeValue);
public PrintInt32Property (string attributeName, object attributeValue);
new System.Printing.IndexedProperties.PrintInt32Property : string * obj -> System.Printing.IndexedProperties.PrintInt32Property
Public Sub New (attributeName As String, attributeValue As Object)
パラメーター
- attributeName
- String
Int32 が表す PrintInt32Property プロパティの名前。
- attributeValue
- Object
Object が表す PrintInt32Property プロパティの値。
注釈
のスペルは attributeName
、大文字と小文字を含む印刷システム オブジェクトの特定 Int32 のプロパティの名前とまったく同じにする必要があります。 たとえば、オブジェクトの AveragePagesPerMinute プロパティには PrintQueue 、"AveragePPM" や "AveragePagesperMinute" ではなく、"AveragePagesPerMinute" のスペルを指定する必要があります。
適用対象
.NET