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 オブジェクト。

適用対象