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