PrintStreamProperty.Implicit(PrintStreamProperty to Stream) Operator
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Ger implicit konvertering till ett Stream värde från en pekare till en 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
Parametrar
- attributeRef
- PrintStreamProperty
En pekare till som PrintStreamProperty konverteras.
Returer
Ett Stream värde för en PrintStreamProperty.