PrintProperty(String) コンストラクター

定義

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

protected:
 PrintProperty(System::String ^ attributeName);
protected PrintProperty (string attributeName);
new System.Printing.IndexedProperties.PrintProperty : string -> System.Printing.IndexedProperties.PrintProperty
Protected Sub New (attributeName As String)

パラメーター

attributeName
String

このオブジェクトが表すプロパティの名前。

注釈

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

適用対象