PrintServerProperty.Implicit(PrintServerProperty to PrintServer) 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供从指针到 PrintServer a . 的值 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 转换后的值。