PrintProcessorProperty.Implicit 연산자

정의

PrintProcessor에 대한 포인터에서 PrintProcessorProperty 값으로 암시적으로 변환합니다.

public:
 static operator System::Printing::PrintProcessor ^(System::Printing::IndexedProperties::PrintProcessorProperty ^ attribRef);
public static implicit operator System.Printing.PrintProcessor (System.Printing.IndexedProperties.PrintProcessorProperty attribRef);
static member op_Implicit : System.Printing.IndexedProperties.PrintProcessorProperty -> System.Printing.PrintProcessor
Public Shared Widening Operator CType (attribRef As PrintProcessorProperty) As PrintProcessor

매개 변수

attribRef
PrintProcessorProperty

변환되는 PrintProcessorProperty에 대한 포인터입니다.

반환

PrintProcessorPrintProcessorProperty 값입니다.

적용 대상