PrintDriverProperty.Implicit(PrintDriverProperty to PrintDriver) 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 PrintDriver från en pekare till en PrintDriverProperty.
public:
static operator System::Printing::PrintDriver ^(System::Printing::IndexedProperties::PrintDriverProperty ^ attribRef);
public static implicit operator System.Printing.PrintDriver(System.Printing.IndexedProperties.PrintDriverProperty attribRef);
static member op_Implicit : System.Printing.IndexedProperties.PrintDriverProperty -> System.Printing.PrintDriver
Public Shared Widening Operator CType (attribRef As PrintDriverProperty) As PrintDriver
Parametrar
- attribRef
- PrintDriverProperty
Pekaren till en PrintDriverProperty som konverteras.
Returer
A PrintDriver som är det konverterade värdet för PrintDriverProperty.