PrintQueueAttributeProperty 构造函数

定义

初始化 PrintQueueAttributeProperty 类的新实例。

重载

PrintQueueAttributeProperty(String)

针对指定的属性初始化 PrintQueueAttributeProperty 类的新实例。

PrintQueueAttributeProperty(String, Object)

初始化 PrintQueueAttributeProperty 类的新实例,该类具有指定属性的指定值。

PrintQueueAttributeProperty(String)

针对指定的属性初始化 PrintQueueAttributeProperty 类的新实例。

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)

参数

attributeName
String

PrintQueueAttributes 表示的 PrintQueueAttributeProperty 属性的名称。

注解

attributeName的拼写应与打印系统对象的某些特定PrintQueueAttributes属性的名称(包括大小写)完全相同。 例如, QueueAttributes 对象的 属性 PrintQueue 必须拼写为“QueueAttributes”,而不是“Attributes”或“Queueattributes”。

适用于

PrintQueueAttributeProperty(String, Object)

初始化 PrintQueueAttributeProperty 类的新实例,该类具有指定属性的指定值。

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)

参数

attributeName
String

PrintQueueAttributes 表示的 PrintQueueAttributeProperty 属性的名称。

attributeValue
Object

Object 表示的 PrintQueueAttributeProperty 属性的值。

注解

attributeName的拼写应与打印系统对象的某些特定PrintQueueAttributes属性的名称(包括大小写)完全相同。 例如, QueueAttributes 对象的 属性 PrintQueue 必须拼写为“QueueAttributes”,而不是“Attributes”或“Queueattributes”。

适用于