PrintQueueAttributeProperty.Implicit 操作员

定义

提供从指针到 PrintQueueAttributes a . 的值 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 值。

适用于