Share via


PrintStreamProperty.Implicit(PrintStreamProperty to Stream) Operador

Definición

Proporciona la conversión implícita en un valor de Stream de un puntero a PrintStreamProperty.

public:
 static operator System::IO::Stream ^(System::Printing::IndexedProperties::PrintStreamProperty ^ attributeRef);
public static implicit operator System.IO.Stream (System.Printing.IndexedProperties.PrintStreamProperty attributeRef);
static member op_Implicit : System.Printing.IndexedProperties.PrintStreamProperty -> System.IO.Stream
Public Shared Widening Operator CType (attributeRef As PrintStreamProperty) As Stream

Parámetros

attributeRef
PrintStreamProperty

Puntero al objeto PrintStreamProperty que se convierte.

Devoluciones

Valor Stream de PrintStreamProperty.

Se aplica a