PrintQueueAttributeProperty.Implicit 运算符

定义

提供从指向 PrintQueueAttributes 的指针到 PrintQueueAttributeProperty 值的隐式转换。

public:
 static operator System::Printing::PrintQueueAttributes(System::Printing::IndexedProperties::PrintQueueAttributeProperty ^ attributeRef);
public static implicit operator System.Printing.PrintQueueAttributes (System.Printing.IndexedProperties.PrintQueueAttributeProperty attributeRef);
static member op_Implicit : System.Printing.IndexedProperties.PrintQueueAttributeProperty -> System.Printing.PrintQueueAttributes
Public Shared Widening Operator CType (attributeRef As PrintQueueAttributeProperty) As PrintQueueAttributes

参数

attributeRef
PrintQueueAttributeProperty

已转换的指向 PrintQueueAttributeProperty 的指针。

返回

一个 PrintQueueAttributes 值。

适用于