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 값입니다.

적용 대상