PrintSystemTypeProperty.Implicit(PrintSystemTypeProperty to Type) 연산자

정의

포인터Type에서 값으로 PrintSystemTypeProperty 의 암시적 변환을 제공합니다.

public:
 static operator Type ^(System::Printing::IndexedProperties::PrintSystemTypeProperty ^ attribRef);
public static implicit operator Type(System.Printing.IndexedProperties.PrintSystemTypeProperty attribRef);
static member op_Implicit : System.Printing.IndexedProperties.PrintSystemTypeProperty -> Type
Public Shared Widening Operator CType (attribRef As PrintSystemTypeProperty) As Type

매개 변수

attribRef
PrintSystemTypeProperty

변환되는 PrintSystemTypeProperty 포인터입니다.

반품

변환된 형식입니다.

적용 대상