Share via


SectionModelContainer Class

The container for a SectionViewModel providing.
This is used by the design-time infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
<TemplatePartAttribute(Name := "PART_Header", Type := GetType(ContentControl))> _
<TemplatePartAttribute(Name := "PART_Content", Type := GetType(ContentControl))> _
<TemplatePartAttribute(Name := "PART_RelationshipCanvas", Type := GetType(Canvas))> _
Public Class SectionModelContainer _
    Inherits Control _
    Implements IDisposable
[TemplatePartAttribute(Name = "PART_Header", Type = typeof(ContentControl))]
[TemplatePartAttribute(Name = "PART_Content", Type = typeof(ContentControl))]
[TemplatePartAttribute(Name = "PART_RelationshipCanvas", Type = typeof(Canvas))]
public class SectionModelContainer : Control, 
    IDisposable
[TemplatePartAttribute(Name = L"PART_Header", Type = typeof(ContentControl))]
[TemplatePartAttribute(Name = L"PART_Content", Type = typeof(ContentControl))]
[TemplatePartAttribute(Name = L"PART_RelationshipCanvas", Type = typeof(Canvas))]
public ref class SectionModelContainer : public Control, 
    IDisposable
public class SectionModelContainer extends Control implements IDisposable

Remarks

Handles selection and adornment of related elements within the container.

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
              Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls.SectionModelContainer

See Also

SectionModelContainer Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls Namespace