言語

PrintBooleanProperty.Implicit(PrintBooleanProperty to Boolean) Operator

定義

ポインターから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 オブジェクトをブール型オブジェクトとして指定します。

適用対象