NegateBooleanConverter Class
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'宣言
Public Class NegateBooleanConverter _
Inherits ValueConverter(Of Boolean, Boolean)
'使用
Dim instance As NegateBooleanConverter
public class NegateBooleanConverter : ValueConverter<bool, bool>
public ref class NegateBooleanConverter : public ValueConverter<bool, bool>
type NegateBooleanConverter =
class
inherit ValueConverter<bool, bool>
end
public class NegateBooleanConverter extends ValueConverter<boolean, boolean>
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.PlatformUI.ValueConverter<Boolean, Boolean>
Microsoft.VisualStudio.PlatformUI.NegateBooleanConverter
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.