PrintDateTimeProperty.Implicit(PrintDateTimeProperty to ValueType) 操作员

定义

提供从指针到 as PrintDateTimePropertyDateTime隐式转换。

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

参数

attribRef
PrintDateTimeProperty

转换的对象。

返回

PrintDateTimeProperty转换为DateTime对象的对象。

适用于