PrintQueueProperty 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 PrintQueueProperty 类的新实例。
重载
PrintQueueProperty(String) |
针对指定的属性初始化 PrintQueueProperty 类的新实例。 |
PrintQueueProperty(String, Object) |
初始化 PrintQueueProperty 类的新实例,该类具有指定属性的指定值。 |
PrintQueueProperty(String)
针对指定的属性初始化 PrintQueueProperty 类的新实例。
public:
PrintQueueProperty(System::String ^ attributeName);
public PrintQueueProperty (string attributeName);
new System.Printing.IndexedProperties.PrintQueueProperty : string -> System.Printing.IndexedProperties.PrintQueueProperty
Public Sub New (attributeName As String)
参数
- attributeName
- String
PrintQueue 表示的 PrintQueueProperty 属性的名称。
注解
attributeName
的拼写应与打印系统对象的某些特定PrintQueue属性的名称(包括大小写)完全相同。 例如, HostingPrintQueue 对象的 属性 PrintSystemJobInfo 必须拼写为“HostingPrintQueue”,而不是“PrintQueue”或“Hostingprintqueue”。
适用于
PrintQueueProperty(String, Object)
初始化 PrintQueueProperty 类的新实例,该类具有指定属性的指定值。
public:
PrintQueueProperty(System::String ^ attributeName, System::Object ^ attributeValue);
public PrintQueueProperty (string attributeName, object attributeValue);
new System.Printing.IndexedProperties.PrintQueueProperty : string * obj -> System.Printing.IndexedProperties.PrintQueueProperty
Public Sub New (attributeName As String, attributeValue As Object)
参数
- attributeName
- String
PrintQueue 表示的 PrintQueueProperty 属性的名称。
- attributeValue
- Object
PrintQueueProperty 表示的属性的值。
注解
attributeName
的拼写应与打印系统对象的某些特定PrintQueue属性的名称(包括大小写)完全相同。 例如, HostingPrintQueue 对象的 属性 PrintSystemJobInfo 必须拼写为“HostingPrintQueue”,而不是“PrintQueue”或“Hostingprintqueue”。