PrintByteArrayProperty.Implicit(PrintByteArrayProperty to Byte[]) Operator

Definition

Stellt eine implizite Konvertierung in ein Array von Byte Werten von einem Zeiger in ein 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()

Parameter

attribRef
PrintByteArrayProperty

Ein Zeiger auf ein PrintByteArrayProperty konvertiertes Element.

Gibt zurück

Byte[]

Ein Array von Byte Werten.

Gilt für: