Share via


PrintStreamProperty.Implicit(PrintStreamProperty to Stream) 运算符

定义

提供从指向 Stream 的指针到 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

参数

attributeRef
PrintStreamProperty

已转换的指向 PrintStreamProperty 的指针。

返回

StreamPrintStreamProperty 值。

适用于