PrintServerProperty 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 PrintServerProperty 類別的新實例。
多載
PrintServerProperty(String) |
初始化指定屬性之 PrintServerProperty 類別的新實例。 |
PrintServerProperty(String, Object) |
初始化具有指定屬性之指定值之 PrintServerProperty 類別的新實例。 |
PrintServerProperty(String)
初始化指定屬性之 PrintServerProperty 類別的新實例。
public:
PrintServerProperty(System::String ^ attributeName);
public PrintServerProperty (string attributeName);
new System.Printing.IndexedProperties.PrintServerProperty : string -> System.Printing.IndexedProperties.PrintServerProperty
Public Sub New (attributeName As String)
參數
- attributeName
- String
PrintServerProperty 所代表之 PrintServer 屬性的名稱。
備註
attributeName
拼字應該與列印系統物件的某些特定 PrintServer 屬性的名稱完全相同,包括大小寫。 例如,PrintQueue 物件的 HostingPrintServer 屬性必須拼字為 “HostingPrintServer”,而不是 “PrintServer” 或 “Hostingprintserver”。
適用於
PrintServerProperty(String, Object)
初始化具有指定屬性之指定值之 PrintServerProperty 類別的新實例。
public:
PrintServerProperty(System::String ^ attributeName, System::Object ^ attributeValue);
public PrintServerProperty (string attributeName, object attributeValue);
new System.Printing.IndexedProperties.PrintServerProperty : string * obj -> System.Printing.IndexedProperties.PrintServerProperty
Public Sub New (attributeName As String, attributeValue As Object)
參數
- attributeName
- String
PrintServerProperty 所代表之 PrintServer 屬性的名稱。
- attributeValue
- Object
PrintServerProperty 所代表之屬性值。
備註
attributeName
拼字應該與列印系統物件的某些特定 PrintServer 屬性的名稱完全相同,包括大小寫。 例如,PrintQueue 物件的 HostingPrintServer 屬性必須拼字為 “HostingPrintServer”,而不是 “PrintServer” 或 “Hostingprintserver”。