次の方法で共有


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

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

注釈

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

適用対象