EntityDesignExplorerContent Class

Microsoft internal use only.

Namespace:  Microsoft.Data.Entity.Design.UI.Views.Explorer
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

Syntax

'Declaration
<GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
Public NotInheritable Class EntityDesignExplorerContent _
    Inherits ExplorerContent _
    Implements IComponentConnector, IStyleConnector
'Usage
Dim instance As EntityDesignExplorerContent
[GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public sealed class EntityDesignExplorerContent : ExplorerContent, 
    IComponentConnector, IStyleConnector
[GeneratedCodeAttribute(L"PresentationBuildTasks", L"4.0.0.0")]
public ref class EntityDesignExplorerContent sealed : public ExplorerContent, 
    IComponentConnector, IStyleConnector
public final class EntityDesignExplorerContent extends ExplorerContent implements IComponentConnector, IStyleConnector

Inheritance Hierarchy

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        System.Windows.UIElement
          System.Windows.FrameworkElement
            System.Windows.Controls.Panel
              System.Windows.Controls.Grid
                ExplorerContent
                  Microsoft.Data.Entity.Design.UI.Views.Explorer.EntityDesignExplorerContent

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

EntityDesignExplorerContent Members

Microsoft.Data.Entity.Design.UI.Views.Explorer Namespace