次の方法で共有


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 値の配列です。

適用対象