PrintProperty(String) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 PrintProperty 类的新实例。
protected:
PrintProperty(System::String ^ attributeName);
protected PrintProperty (string attributeName);
new System.Printing.IndexedProperties.PrintProperty : string -> System.Printing.IndexedProperties.PrintProperty
Protected Sub New (attributeName As String)
参数
- attributeName
- String
此对象表示的属性的名称。
注解
attributeName
的拼写应与打印系统对象的某些特定属性的名称(包括大小写)完全相同。 例如, QueuePort 对象的 属性 PrintQueue 必须拼写为“QueuePort”,而不是“PrintPort”、“Port”或“Queueport”。