PrintStreamProperty.Implicit(PrintStreamProperty to Stream) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供由指標的 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 指標。
傳回
Stream 的 PrintStreamProperty 值。