Aracılığıyla paylaş


PrintQueueAttributeProperty Oluşturucular

Tanım

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

Aşırı Yüklemeler

PrintQueueAttributeProperty(String)

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

PrintQueueAttributeProperty(String, Object)

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

PrintQueueAttributeProperty(String)

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

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

Parametreler

attributeName
String

öğesini temsil PrintQueueAttributes eden özelliğin PrintQueueAttributeProperty adı.

Açıklamalar

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

Şunlara uygulanır

PrintQueueAttributeProperty(String, Object)

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

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

Parametreler

attributeName
String

öğesini temsil PrintQueueAttributes eden özelliğin PrintQueueAttributeProperty adı.

attributeValue
Object

öğesini temsil Object eden özelliğin PrintQueueAttributeProperty değeri.

Açıklamalar

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

Şunlara uygulanır