Share via


PrintByteArrayProperty.Implicit(PrintByteArrayProperty to Byte[]) Betreiber

Definition

Stellt die implizite Konvertierung von einem Zeiger auf eine Byte in ein Array von PrintByteArrayProperty-Werten bereit.

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()

Parameter

attribRef
PrintByteArrayProperty

Ein Zeiger auf eine PrintByteArrayProperty, die konvertiert wird.

Gibt zurück

Byte[]

Ein Array von Byte-Werten.

Gilt für: