PrintStreamProperty.Implicit(PrintStreamProperty to Stream) Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
PrintStreamPropertyへのポインターからStream値への暗黙的な変換を提供します。
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 へのポインター。