Share via


PrintByteArrayProperty.Implicit(PrintByteArrayProperty to Byte[]) 运算符

定义

提供从指向 Byte 的指针到 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()

参数

attribRef
PrintByteArrayProperty

已转换的指向 PrintByteArrayProperty 的指针。

返回

Byte[]

一个 Byte 值数组。

适用于