PrintServerLoggingProperty.Implicit 操作员

定义

提供从指针到 PrintServerEventLoggingTypes a . 的值 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 值。

适用于