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