Share via


SelectGacAssembliesDialog Class

Interaction logic for SelectGacAssembliesDialog.xaml

SelectGacAssembliesDialog

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 SelectGacAssembliesDialog _
    Inherits Window _
    Implements IComponentConnector
public class SelectGacAssembliesDialog : Window, 
    IComponentConnector
public ref class SelectGacAssembliesDialog : public Window, 
    IComponentConnector
public class SelectGacAssembliesDialog extends Window implements IComponentConnector

Inheritance Hierarchy

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        System.Windows.UIElement
          System.Windows.FrameworkElement
            System.Windows.Controls.Control
              System.Windows.Controls.ContentControl
                System.Windows.Window
                  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors.SelectGacAssembliesDialog

See Also

SelectGacAssembliesDialog Members

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