PrintSystemTypeProperty Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da PrintSystemTypeProperty classe.
Sobrecargas
| Name | Description |
|---|---|
| PrintSystemTypeProperty(String) |
Inicializa uma nova instância da PrintSystemTypeProperty classe que tem o nome da propriedade especificado. |
| PrintSystemTypeProperty(String, Object) |
Inicializa uma nova instância da PrintSystemTypeProperty classe que tem o nome e valor especificados da propriedade. |
PrintSystemTypeProperty(String)
Inicializa uma nova instância da PrintSystemTypeProperty classe que tem o nome da propriedade especificado.
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)
Parâmetros
- attributeName
- String
O nome da propriedade que o PrintSystemTypeProperty representa.
Observações
Deve attributeName ser escrito exatamente da mesma forma que o nome de alguma propriedade particular Type de um objeto do sistema de impressão, incluindo a caixa.
Aplica-se a
PrintSystemTypeProperty(String, Object)
Inicializa uma nova instância da PrintSystemTypeProperty classe que tem o nome e valor especificados da propriedade.
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)
Parâmetros
- attributeName
- String
O nome da propriedade que o PrintSystemTypeProperty representa.
- attributeValue
- Object
O valor da propriedade que o PrintSystemTypeProperty representa.
Observações
Deve attributeName ser escrito exatamente da mesma forma que o nome de alguma propriedade particular Type de um objeto do sistema de impressão, incluindo a caixa.