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, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.