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”。

適用於