PrintBooleanProperty.Implicit(PrintBooleanProperty to Boolean) Operator
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Ger implicit konvertering till en Boolean från en pekare till 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
Parametrar
- attribRef
- PrintBooleanProperty
En pekare till som PrintBooleanProperty konverteras.
Returer
Det konverterade PrintBooleanProperty objektet som ett booleskt objekt.