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 값의 배열입니다.

적용 대상