Share via


PrintSystemTypeProperty 构造函数

定义

初始化 PrintSystemTypeProperty 类的新实例。

重载

PrintSystemTypeProperty(String)

初始化 PrintSystemTypeProperty 类的一个新实例,该类具有指定的属性名。

PrintSystemTypeProperty(String, Object)

初始化 PrintSystemTypeProperty 类的一个新实例,该类具有指定的属性名和值。

PrintSystemTypeProperty(String)

初始化 PrintSystemTypeProperty 类的一个新实例,该类具有指定的属性名。

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

参数

attributeName
String

PrintSystemTypeProperty 表示的属性的名称。

注解

attributeName拼写应与打印系统对象的某个特定Type属性的名称完全相同,包括大小写。

适用于

PrintSystemTypeProperty(String, Object)

初始化 PrintSystemTypeProperty 类的一个新实例,该类具有指定的属性名和值。

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

参数

attributeName
String

PrintSystemTypeProperty 表示的属性的名称。

attributeValue
Object

PrintSystemTypeProperty 表示的属性的值。

注解

attributeName拼写应与打印系统对象的某个特定Type属性的名称完全相同,包括大小写。

适用于