PrintDateTimeProperty.Implicit(PrintDateTimeProperty to ValueType) Operator
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Ger implicit konvertering från en pekare till en PrintDateTimeProperty till en 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
Parametrar
- attribRef
- PrintDateTimeProperty
Objektet som konverteras.
Returer
Objektet PrintDateTimeProperty konverterades till ett DateTime objekt.