PrintSystemTypeProperty Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy PrintSystemTypeProperty.
Przeciążenia
PrintSystemTypeProperty(String) |
Inicjuje PrintSystemTypeProperty nowe wystąpienie klasy, która ma określoną nazwę właściwości. |
PrintSystemTypeProperty(String, Object) |
Inicjuje PrintSystemTypeProperty nowe wystąpienie klasy, która ma określoną nazwę i wartość właściwości. |
PrintSystemTypeProperty(String)
Inicjuje PrintSystemTypeProperty nowe wystąpienie klasy, która ma określoną nazwę właściwości.
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)
Parametry
- attributeName
- String
Nazwa właściwości, która PrintSystemTypeProperty reprezentuje.
Uwagi
Powinna attributeName
być wpisana dokładnie tak samo jak nazwa określonej Type właściwości obiektu systemu wydruku, w tym wielkości liter.
Dotyczy
PrintSystemTypeProperty(String, Object)
Inicjuje PrintSystemTypeProperty nowe wystąpienie klasy, która ma określoną nazwę i wartość właściwości.
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)
Parametry
- attributeName
- String
Nazwa właściwości, która PrintSystemTypeProperty reprezentuje.
- attributeValue
- Object
Wartość właściwości, którą PrintSystemTypeProperty reprezentuje.
Uwagi
Powinna attributeName
być wpisana dokładnie tak samo jak nazwa określonej Type właściwości obiektu systemu wydruku, w tym wielkości liter.