PrintByteArrayProperty.Implicit(PrintByteArrayProperty to Byte[]) Operatore

Definizione

Fornisce la conversione implicita in una matrice di Byte valori da un puntatore a un oggetto 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()

Parametri

attribRef
PrintByteArrayProperty

Puntatore a un PrintByteArrayProperty oggetto convertito.

Valori restituiti

Byte[]

Matrice di Byte valori.

Si applica a