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