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 値。

適用対象