Share via


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

适用于