Share via


PrintByteArrayProperty.Implicit(PrintByteArrayProperty to Byte[]) Operatore

Definizione

Fornisce la conversione implicita a una matrice di valori Byte da un puntatore a 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 oggetto PrintByteArrayProperty convertito.

Restituisce

Byte[]

Matrice di valori Byte.

Si applica a