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 值。

适用于