다음을 통해 공유


PrintDriverProperty.Implicit(PrintDriverProperty to PrintDriver) 연산자

정의

PrintDriver에 대한 포인터에서 PrintDriverProperty으로 암시적으로 변환합니다.

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

매개 변수

attribRef
PrintDriverProperty

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

반환

PrintDriver를 변환한 값인 PrintDriverProperty입니다.

적용 대상