共用方式為


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 值的陣列。

適用於