PrintProperty(String) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

attributeName
String

Nazwa właściwości, którą reprezentuje ten obiekt.

Uwagi

Powinna attributeName być wpisana dokładnie tak samo jak nazwa określonej właściwości obiektu systemu wydruku, w tym wielkości liter. Na przykład QueuePort właściwość PrintQueue obiektu musi być pisownią "QueuePort", a nie "PrintPort", "Port" lub "Queueport".

Dotyczy