共用方式為


PrintServerLoggingProperty.Implicit 運算子

定義

提供由指標的 PrintServerEventLoggingTypes 值至 PrintServerLoggingProperty 的隱含轉換。

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

參數

attribRef
PrintServerLoggingProperty

已轉換的 PrintServerLoggingProperty 指標。

傳回

PrintServerEventLoggingTypes 值。

適用於