Deli putem


SectionView Class

Defines the main surface views for sections in the ConfigurationSourceModel.
This is used by the design-time infrastructure and is not intended to be used directly from your code.

SectionView

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

Syntax

'Declaration
Public Class SectionView _
    Inherits UserControl _
    Implements IComponentConnector
public class SectionView : UserControl, 
    IComponentConnector
public ref class SectionView : public UserControl, 
    IComponentConnector
public class SectionView extends UserControl 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.Controls.UserControl
                  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Hosting.SectionView

See Also

SectionView Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Hosting Namespace