PrintStreamProperty.Implicit(PrintStreamProperty to Stream) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides implicit conversion to a Stream value from a pointer to 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
Parameters
- attributeRef
- PrintStreamProperty
A pointer to the PrintStreamProperty that is converted.
Returns
A Stream value of a PrintStreamProperty.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.