PrintSystemTypeProperty.Implicit(PrintSystemTypeProperty to Type) 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 Type valor de um ponteiro para um 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
Parâmetros
- attribRef
- PrintSystemTypeProperty
Um indicador para o PrintSystemTypeProperty que é convertido.
Devoluções
O tipo convertido.