PrintDateTimeProperty.Implicit(PrintDateTimeProperty to ValueType) 연산자

정의

PrintDateTimeProperty에 대한 포인터에서 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

매개 변수

attribRef
PrintDateTimeProperty

변환할 개체입니다.

반환

PrintDateTimeProperty 개체가 DateTime 개체로 변화되었습니다.

적용 대상