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 へのポインター。

戻り値

変換された型。

適用対象