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