PrintProperty(String) 构造函数

定义

初始化 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”。

适用于