PrintStreamProperty.Implicit(PrintStreamProperty to Stream) Betreiber

Definition

Stellt die implizite Konvertierung von einem Zeiger auf eine Stream in einen PrintStreamProperty-Wert bereit.

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

Parameter

attributeRef
PrintStreamProperty

Ein Zeiger auf die PrintStreamProperty, die konvertiert wird.

Gibt zurück

Ein Stream-Wert einer PrintStreamProperty.

Gilt für: