Share via


TypeBrowserViewModel Class

View model for the TypeBrowser.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Class TypeBrowserViewModel _
    Implements INotifyPropertyChanged, INodeCreator
public class TypeBrowserViewModel : INotifyPropertyChanged, 
    INodeCreator
public ref class TypeBrowserViewModel : INotifyPropertyChanged, 
    INodeCreator
public class TypeBrowserViewModel implements INotifyPropertyChanged, INodeCreator

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors.TypeBrowserViewModel

See Also

TypeBrowserViewModel Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace