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属性的名称完全相同,包括大小写。

适用于