PrintSystemTypeProperty.Implicit(PrintSystemTypeProperty to Type) 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 ett Type värde från en pekare till en PrintSystemTypeProperty.
public:
static operator Type ^(System::Printing::IndexedProperties::PrintSystemTypeProperty ^ attribRef);
public static implicit operator Type(System.Printing.IndexedProperties.PrintSystemTypeProperty attribRef);
static member op_Implicit : System.Printing.IndexedProperties.PrintSystemTypeProperty -> Type
Public Shared Widening Operator CType (attribRef As PrintSystemTypeProperty) As Type
Parametrar
- attribRef
- PrintSystemTypeProperty
En pekare till som PrintSystemTypeProperty konverteras.
Returer
Den konverterade typen.