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에 대한 포인터입니다.

반환

변환된 형식입니다.

적용 대상