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 값입니다.

적용 대상