Share via


PrintSystemTypeProperty.Implicit(PrintSystemTypeProperty to Type) 运算符

定义

提供从指向 Type 的指针到 PrintSystemTypeProperty 值的隐式转换。

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

参数

attribRef
PrintSystemTypeProperty

已转换的指向 PrintSystemTypeProperty 的指针。

返回

转换后的类型。

适用于