PrintBooleanProperty.Implicit(PrintBooleanProperty to Boolean) 操作员

定义

提供从指针到 a Boolean . 的 PrintBooleanProperty隐式转换。

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

参数

attribRef
PrintBooleanProperty

指向已转换的 PrintBooleanProperty 指针。

返回

已转换 PrintBooleanProperty 的对象作为布尔对象。

适用于