Share via


PrintByteArrayProperty.Implicit(PrintByteArrayProperty to Byte[]) Operador

Definición

Proporciona la conversión implícita en una matriz de valores Byte de un puntero a una PrintByteArrayProperty.

public:
 static operator cli::array <System::Byte> ^(System::Printing::IndexedProperties::PrintByteArrayProperty ^ attribRef);
public static implicit operator byte[] (System.Printing.IndexedProperties.PrintByteArrayProperty attribRef);
static member op_Implicit : System.Printing.IndexedProperties.PrintByteArrayProperty -> byte[]
Public Shared Widening Operator CType (attribRef As PrintByteArrayProperty) As Byte()

Parámetros

attribRef
PrintByteArrayProperty

Puntero a una PrintByteArrayProperty que se convierte.

Devoluciones

Byte[]

Matriz de valores Byte.

Se aplica a