言語

PrintServerProperty.Implicit(PrintServerProperty to PrintServer) Operator

定義

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

適用対象