PrintBooleanProperty.Implicit(PrintBooleanProperty to Boolean) Operador

Definición

Proporciona la conversión implícita en un valor de tipo Boolean de un puntero a un objeto 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

Parámetros

attribRef
PrintBooleanProperty

Puntero al objeto PrintBooleanProperty que se convierte.

Devoluciones

El objeto PrintBooleanProperty convertido como objeto booleano.

Se aplica a