Aracılığıyla paylaş


PrintProcessorProperty Oluşturucular

Tanım

PrintProcessorProperty sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

PrintProcessorProperty(String)

Belirtilen özellik için sınıfının yeni bir örneğini PrintProcessorProperty başlatır.

PrintProcessorProperty(String, Object)

Belirtilen özellik için belirtilen değere PrintProcessorProperty sahip sınıfın yeni bir örneğini başlatır.

PrintProcessorProperty(String)

Belirtilen özellik için sınıfının yeni bir örneğini PrintProcessorProperty başlatır.

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

Parametreler

attributeName
String

Dönüştürülen PrintProcessorProperty .

Açıklamalar

, attributeName büyük/küçük harf de dahil olmak üzere bir yazdırma sistemi nesnesinin belirli PrintProcessor bir özelliğinin adıyla tam olarak aynı yazılmalıdır. Örneğin, bir PrintQueue nesnenin QueuePrintProcessor özelliği "PrintProcessor" veya "Queueprintprocessor" değil "QueuePrintProcessor" olarak yazılmalıdır.

Şunlara uygulanır

PrintProcessorProperty(String, Object)

Belirtilen özellik için belirtilen değere PrintProcessorProperty sahip sınıfın yeni bir örneğini başlatır.

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

Parametreler

attributeName
String

öğesinin PrintProcessor temsil ettiği özelliğin PrintProcessorProperty adı.

attributeValue
Object

özelliğinin temsil ettiği PrintProcessorProperty değeri.

Açıklamalar

, attributeName büyük/küçük harf de dahil olmak üzere bir yazdırma sistemi nesnesinin belirli PrintProcessor bir özelliğinin adıyla tam olarak aynı yazılmalıdır. Örneğin, bir PrintQueue nesnenin QueuePrintProcessor özelliği "PrintProcessor" veya "Queueprintprocessor" değil "QueuePrintProcessor" olarak yazılmalıdır.

Şunlara uygulanır