Share via


PrintDateTimeProperty.Implicit(PrintDateTimeProperty to ValueType) Operador

Definição

Fornece a conversão implícita de um ponteiro em um PrintDateTimeProperty em um DateTime.

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

Parâmetros

attribRef
PrintDateTimeProperty

O objeto que é convertido.

Retornos

O objeto PrintDateTimeProperty é convertido em um objeto DateTime.

Aplica-se a