次の方法で共有


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

適用対象