PrintQueueProperty.Implicit(PrintQueueProperty to PrintQueue) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides implicit conversion to a PrintQueue value from a pointer to a PrintQueueProperty.
public:
static operator System::Printing::PrintQueue ^(System::Printing::IndexedProperties::PrintQueueProperty ^ attribRef);
public static implicit operator System.Printing.PrintQueue (System.Printing.IndexedProperties.PrintQueueProperty attribRef);
static member op_Implicit : System.Printing.IndexedProperties.PrintQueueProperty -> System.Printing.PrintQueue
Public Shared Widening Operator CType (attribRef As PrintQueueProperty) As PrintQueue
Parameters
- attribRef
- PrintQueueProperty
A pointer to the PrintQueueProperty that is converted.
Returns
A PrintQueue that is the converted value of the PrintQueueProperty.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.