Share via


PrintSystemTypeProperty.Implicit(PrintSystemTypeProperty to Type) Operador

Definición

Proporciona la conversión implícita en un valor de Type de un puntero a PrintSystemTypeProperty.

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

Parámetros

attribRef
PrintSystemTypeProperty

Puntero al objeto PrintSystemTypeProperty que se convierte.

Devoluciones

Tipo convertido.

Se aplica a