PrintPropertyDictionary.GetProperty(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取表示特定属性的对象(属于从 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”。