PrintSystemTypeProperty 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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属性的名称完全相同,包括大小写。