共用方式為


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,為轉換的值。

適用於