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 포인터입니다.

반품

PrintProcessor 의 값입니다PrintProcessorProperty.

적용 대상