PrintBooleanProperty.Implicit(PrintBooleanProperty to Boolean) Operatore

Definizione

Fornisce la conversione implicita a un oggetto Boolean da un puntatore a un oggetto 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

Parametri

attribRef
PrintBooleanProperty

Puntatore all'oggetto PrintBooleanProperty convertito.

Restituisce

Oggetto PrintBooleanProperty convertito come oggetto booleano.

Si applica a