PrintBooleanProperty.Implicit(PrintBooleanProperty to Boolean) Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ポインターから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 オブジェクトをブール型オブジェクトとして指定します。