共用方式為


PrintSystemTypeProperty 建構函式

定義

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

多載

PrintSystemTypeProperty(String)

初始化 PrintSystemTypeProperty 類別的新執行個體,此類別有指定的屬性名稱。

PrintSystemTypeProperty(String, Object)

初始化 PrintSystemTypeProperty 類別的新執行個體,此類別有指定的屬性名稱與屬性值。

PrintSystemTypeProperty(String)

初始化 PrintSystemTypeProperty 類別的新執行個體,此類別有指定的屬性名稱。

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

參數

attributeName
String

PrintSystemTypeProperty 所表示屬性的名稱。

備註

attributeName應該拼字與列印系統物件之某些特定Type屬性的名稱完全相同,包括大小寫。

適用於

PrintSystemTypeProperty(String, Object)

初始化 PrintSystemTypeProperty 類別的新執行個體,此類別有指定的屬性名稱與屬性值。

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

參數

attributeName
String

PrintSystemTypeProperty 所表示屬性的名稱。

attributeValue
Object

PrintSystemTypeProperty 所表示屬性的值。

備註

attributeName應該拼字與列印系統物件之某些特定Type屬性的名稱完全相同,包括大小寫。

適用於