次の方法で共有


PrintServerProperty.Implicit(PrintServerProperty to PrintServer) 演算子

定義

PrintServer へのポインターから PrintServerProperty 値への暗黙の型変換を提供します。

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

パラメーター

attribRef
PrintServerProperty

変換される PrintServerProperty へのポインター。

戻り値

変換後の値である PrintServer

適用対象