PrintJobStatusProperty 建構函式

定義

初始化 PrintJobStatusProperty 類別的新執行個體。

多載

PrintJobStatusProperty(String)

初始化所指定之屬性之 PrintJobStatusProperty 類別的新執行個體。

PrintJobStatusProperty(String, Object)

初始化指定屬性擁有指定值之 PrintJobStatusProperty 類別的新執行個體。

PrintJobStatusProperty(String)

初始化所指定之屬性之 PrintJobStatusProperty 類別的新執行個體。

public:
 PrintJobStatusProperty(System::String ^ attributeName);
public PrintJobStatusProperty (string attributeName);
new System.Printing.IndexedProperties.PrintJobStatusProperty : string -> System.Printing.IndexedProperties.PrintJobStatusProperty
Public Sub New (attributeName As String)

參數

attributeName
String

PrintJobStatus 表示之 PrintJobStatusProperty 屬性的名稱。

備註

attributeName應該拼字與列印系統物件之某些特定PrintJobStatus屬性的名稱完全相同,包括大小寫。 例如, JobStatus 對象的 屬性 PrintSystemJobInfo 必須拼字為 “JobStatus”,而不是 “Status” 或 “Jobstatus”。

適用於

PrintJobStatusProperty(String, Object)

初始化指定屬性擁有指定值之 PrintJobStatusProperty 類別的新執行個體。

public:
 PrintJobStatusProperty(System::String ^ attributeName, System::Object ^ attributeValue);
public PrintJobStatusProperty (string attributeName, object attributeValue);
new System.Printing.IndexedProperties.PrintJobStatusProperty : string * obj -> System.Printing.IndexedProperties.PrintJobStatusProperty
Public Sub New (attributeName As String, attributeValue As Object)

參數

attributeName
String

PrintJobStatus 表示之 PrintJobStatusProperty 屬性的名稱。

attributeValue
Object

PrintJobStatusProperty 所表示屬性的值。

備註

attributeName應該拼字與列印系統物件之某些特定PrintJobStatus屬性的名稱完全相同,包括大小寫。 例如, JobStatus 對象的 屬性 PrintSystemJobInfo 必須拼字為 “JobStatus”,而不是 “Status” 或 “Jobstatus”。

適用於