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