PrintQueueStatusProperty.Implicit 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 PrintQueueStatus value from a pointer to a PrintQueueStatusProperty.
public:
static operator System::Printing::PrintQueueStatus(System::Printing::IndexedProperties::PrintQueueStatusProperty ^ attributeRef);
public static implicit operator System.Printing.PrintQueueStatus (System.Printing.IndexedProperties.PrintQueueStatusProperty attributeRef);
static member op_Implicit : System.Printing.IndexedProperties.PrintQueueStatusProperty -> System.Printing.PrintQueueStatus
Public Shared Widening Operator CType (attributeRef As PrintQueueStatusProperty) As PrintQueueStatus
Parameters
- attributeRef
- PrintQueueStatusProperty
A pointer to the PrintQueueStatusProperty that is converted.
Returns
A PrintQueueStatus value.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.