PrintServerProperty.Implicit(PrintServerProperty to PrintServer) Operador
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Fornece conversão implícita para um PrintServer valor de um ponteiro para um 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
Parâmetros
- attribRef
- PrintServerProperty
Um indicador para o PrintServerProperty que é convertido.
Devoluções
Esse PrintServer é o valor convertido.