Поделиться через


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.

Применяется к