PrintPropertyDictionary.GetProperty(String) 方法

定义

获取表示特定属性的对象(属于从 PrintProperty 派生的类)。

public:
 System::Printing::IndexedProperties::PrintProperty ^ GetProperty(System::String ^ attribName);
public System.Printing.IndexedProperties.PrintProperty GetProperty (string attribName);
member this.GetProperty : string -> System.Printing.IndexedProperties.PrintProperty
Public Function GetProperty (attribName As String) As PrintProperty

参数

attribName
String

PrintProperty 表示的属性的名称。

返回

一个从 PrintProperty 派生的类的对象。

注解

attribName的拼写必须与打印系统对象的某些特定属性的名称(包括大小写)完全相同。 例如, QueuePort 对象的 属性 PrintQueue 必须拼写为“QueuePort”,而不是“PrintPort”、“Port”或“Queueport”。

适用于