PrintSystemTypeProperty.Implicit(PrintSystemTypeProperty to Type) 操作员

定义

提供从指针到 Type a . 的值 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 指针。

返回

转换的类型。

适用于