PrintProcessorProperty.Implicit Operador

Definição

Fornece conversão implícita em um PrintProcessor valor de um ponteiro para um PrintProcessorProperty.

public:
 static operator System::Printing::PrintProcessor ^(System::Printing::IndexedProperties::PrintProcessorProperty ^ attribRef);
public static implicit operator System.Printing.PrintProcessor(System.Printing.IndexedProperties.PrintProcessorProperty attribRef);
static member op_Implicit : System.Printing.IndexedProperties.PrintProcessorProperty -> System.Printing.PrintProcessor
Public Shared Widening Operator CType (attribRef As PrintProcessorProperty) As PrintProcessor

Parâmetros

attribRef
PrintProcessorProperty

Um ponteiro para o PrintProcessorProperty que é convertido.

Retornos

Um PrintProcessor valor do PrintProcessorProperty.

Aplica-se a