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 값입니다.

적용 대상