PrintBooleanProperty.Implicit(PrintBooleanProperty to Boolean) Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit la conversion implicite d'un pointeur vers Boolean en 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
Paramètres
- attribRef
- PrintBooleanProperty
Pointeur vers le PrintBooleanProperty qui est converti.
Retours
Objet PrintBooleanProperty converti en objet booléen.