PrintBooleanProperty.Implicit(PrintBooleanProperty to Boolean) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供由指標的 Boolean 至 PrintBooleanProperty 的隱含轉換。
public:
static operator bool(System::Printing::IndexedProperties::PrintBooleanProperty ^ attribRef);
public static implicit operator bool (System.Printing.IndexedProperties.PrintBooleanProperty attribRef);
static member op_Implicit : System.Printing.IndexedProperties.PrintBooleanProperty -> bool
Public Shared Widening Operator CType (attribRef As PrintBooleanProperty) As Boolean
參數
- attribRef
- PrintBooleanProperty
已轉換的 PrintBooleanProperty 指標。
傳回
以 Boolean 物件呈現的已轉換 PrintBooleanProperty 物件。