다음을 통해 공유


PrintPortProperty.Implicit(PrintPortProperty to PrintPort) 연산자

정의

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

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

매개 변수

attribRef
PrintPortProperty

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

반환

변환된 PrintPort 값은 PrintPortProperty 개체를 형성합니다.

적용 대상