Share via


PrintByteArrayProperty.Implicit(PrintByteArrayProperty to Byte[]) Operador

Definição

Fornece a conversão implícita para uma matriz de valores Byte de um ponteiro em um 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

Um ponteiro para um PrintByteArrayProperty convertido.

Retornos

Byte[]

Uma matriz de valores Byte.

Aplica-se a