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