다음을 통해 공유


PrintServerProperty.Implicit(PrintServerProperty to PrintServer) 연산자

정의

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

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

매개 변수

attribRef
PrintServerProperty

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

반환

변환된 값인 PrintServer입니다.

적용 대상