PrintPortProperty コンストラクター

定義

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

PrintPortProperty が表す PrintPort プロパティの名前。

注釈

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

PrintPortProperty が表す PrintPort プロパティの名前。

attributeValue
Object

PrintPortProperty が表すプロパティの値。

注釈

attributeName のスペルは、大文字と小文字を含む、印刷システム オブジェクトの特定の PrintPort プロパティの名前とまったく同じにする必要があります。 たとえば、PrintQueue オブジェクトの QueuePort プロパティには、"Port" または "Queueport" ではなく"QueuePort" というスペルを指定する必要があります。

適用対象