Dieser Artikel wurde noch nicht bewertet - Dieses Thema bewerten.

NullableBoolConverter-Klasse

Converts to and from the Nullable type (using the Boolean type constraint on the generic).

Namespace: System.Windows
Assembly: PresentationFramework (in presentationframework.dll)
XML-Namespaces:  http://schemas.microsoft.com/winfx/2006/xaml/presentation

public class NullableBoolConverter : NullableConverter
public class NullableBoolConverter extends NullableConverter
public class NullableBoolConverter extends NullableConverter
<NullableBoolConverter .../>

The Nullable<bool> type is used for selection state in certain controls. This converter enables that non-set attribute values do not mean either true or false but instead mean an unset state.

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Microsoft .NET Framework 3.0 wird unter Windows Vista, Microsoft Windows XP SP2 und Windows Server 2003 SP1 unterstützt.

.NET Framework

Unterstützt in: 3.0
Fanden Sie dies hilfreich?
(1500 verbleibende Zeichen)
© 2013 Microsoft. Alle Rechte vorbehalten.