Share via


PrintByteArrayProperty.Implicit(PrintByteArrayProperty to Byte[]) Opérateur

Définition

Fournit la conversion implicite en un tableau de valeurs Byte d'un pointeur vers 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()

Paramètres

attribRef
PrintByteArrayProperty

Pointeur vers PrintByteArrayProperty qui est converti.

Retours

Byte[]

Tableau de valeurs Byte.

S’applique à