次の方法で共有


PrintStreamProperty コンストラクター

定義

PrintStreamProperty クラスの新しいインスタンスを初期化します。

オーバーロード

PrintStreamProperty(String)

指定したプロパティに対する PrintStreamProperty クラスの新しいインスタンスを初期化します。

PrintStreamProperty(String, Object)

指定したプロパティに対して指定した値を持つ PrintStreamProperty クラスの新しいインスタンスを初期化します。

PrintStreamProperty(String)

指定したプロパティに対する PrintStreamProperty クラスの新しいインスタンスを初期化します。

public:
 PrintStreamProperty(System::String ^ attributeName);
public PrintStreamProperty (string attributeName);
new System.Printing.IndexedProperties.PrintStreamProperty : string -> System.Printing.IndexedProperties.PrintStreamProperty
Public Sub New (attributeName As String)

パラメーター

attributeName
String

Stream が表す PrintStreamProperty プロパティの名前。

注釈

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

適用対象

PrintStreamProperty(String, Object)

指定したプロパティに対して指定した値を持つ PrintStreamProperty クラスの新しいインスタンスを初期化します。

public:
 PrintStreamProperty(System::String ^ attributeName, System::Object ^ attributeValue);
public PrintStreamProperty (string attributeName, object attributeValue);
new System.Printing.IndexedProperties.PrintStreamProperty : string * obj -> System.Printing.IndexedProperties.PrintStreamProperty
Public Sub New (attributeName As String, attributeValue As Object)

パラメーター

attributeName
String

Stream が表す PrintStreamProperty プロパティの名前。

attributeValue
Object

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

注釈

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

適用対象