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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.