PrintSystemTypeProperty.Implicit(PrintSystemTypeProperty to Type) Operator
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Stellt eine implizite Konvertierung in einen Wert von einem Type Zeiger in ein 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
Parameter
- attribRef
- PrintSystemTypeProperty
Ein Zeiger auf das PrintSystemTypeProperty konvertierte Element.
Gibt zurück
Der konvertierte Typ.