PrintDateTimeProperty.Implicit(PrintDateTimeProperty to ValueType) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供從 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
被轉換的物件。
傳回
已轉換為 DateTime 物件的 PrintDateTimeProperty 物件。