Share via


NullToVisibilityConverter Class

Inheritance Hierarchy

System..::..Object
  Microsoft.Data.Tools.Design.Core.Controls..::..NullToVisibilityConverter

Namespace:  Microsoft.Data.Tools.Design.Core.Controls
Assembly:  Microsoft.Data.Tools.Design.Core (in Microsoft.Data.Tools.Design.Core.dll)

Syntax

'Declaration
Public Class NullToVisibilityConverter _
    Implements IValueConverter
'Usage
Dim instance As NullToVisibilityConverter
public class NullToVisibilityConverter : IValueConverter
public ref class NullToVisibilityConverter : IValueConverter
type NullToVisibilityConverter =  
    class
        interface IValueConverter
    end
public class NullToVisibilityConverter implements IValueConverter

The NullToVisibilityConverter type exposes the following members.

Constructors

  Name Description
Public method NullToVisibilityConverter Initializes a new instance of the NullToVisibilityConverter class.

Top

Methods

  Name Description
Public method Convert
Public method ConvertBack
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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.

See Also

Reference

Microsoft.Data.Tools.Design.Core.Controls Namespace