PrintBooleanProperty.Implicit(PrintBooleanProperty to Boolean) 运算符

定义

提供从指向 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 对象将作为 Boolean 对象。

适用于