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


PrintThreadPriorityProperty.Implicit Оператор

Определение

Предоставляет неявное преобразование из значения ThreadPriority, взятое из указателя, в значение PrintThreadPriorityProperty.

public:
 static operator System::Threading::ThreadPriority(System::Printing::IndexedProperties::PrintThreadPriorityProperty ^ attribRef);
public static implicit operator System.Threading.ThreadPriority (System.Printing.IndexedProperties.PrintThreadPriorityProperty attribRef);
static member op_Implicit : System.Printing.IndexedProperties.PrintThreadPriorityProperty -> System.Threading.ThreadPriority
Public Shared Widening Operator CType (attribRef As PrintThreadPriorityProperty) As ThreadPriority

Параметры

attribRef
PrintThreadPriorityProperty

Указатель на преобразуемый объект PrintThreadPriorityProperty.

Возвращаемое значение

Значение ThreadPriority.

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