PrintInt32Property.Implicit(PrintInt32Property to Int32) 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 Int32 de um ponteiro para um PrintInt32Property.
public:
static operator int(System::Printing::IndexedProperties::PrintInt32Property ^ attribRef);
public static implicit operator int(System.Printing.IndexedProperties.PrintInt32Property attribRef);
static member op_Implicit : System.Printing.IndexedProperties.PrintInt32Property -> int
Public Shared Widening Operator CType (attribRef As PrintInt32Property) As Integer
Parâmetros
- attribRef
- PrintInt32Property
Um indicador para o PrintInt32Property que é convertido.
Devoluções
O objeto PrintInt32Property convertido num objeto Int32.