NotNullConverter Class

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public Class NotNullConverter _
    Inherits ValueConverter(Of Object, Boolean)
‘사용 방법
Dim instance As NotNullConverter
public class NotNullConverter : ValueConverter<Object, bool>
public ref class NotNullConverter : public ValueConverter<Object^, bool>
type NotNullConverter =  
    class
        inherit ValueConverter<Object, bool>
    end
public class NotNullConverter extends ValueConverter<Object, boolean>

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.PlatformUI.ValueConverter<Object, Boolean>
    Microsoft.VisualStudio.PlatformUI.NotNullConverter

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

NotNullConverter Members

Microsoft.VisualStudio.PlatformUI Namespace