Sdílet prostřednictvím


PrintByteArrayProperty.Implicit(PrintByteArrayProperty to Byte[]) Operátor

Definice

Poskytuje implicitní převod na pole Byte hodnot z ukazatele na 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()

Parametry

attribRef
PrintByteArrayProperty

Ukazatel na převedený PrintByteArrayProperty .

Návraty

Byte[]

Pole Byte hodnot.

Platí pro