HierarchyNodeContainer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class HierarchyNodeContainer abstract : Microsoft::SqlServer::Management::UI::VSIntegration::HierarchyNode, Microsoft::SqlServer::Management::UI::VSIntegration::ISqlToolsHierNodeContainer
public abstract class HierarchyNodeContainer : Microsoft.SqlServer.Management.UI.VSIntegration.HierarchyNode, Microsoft.SqlServer.Management.UI.VSIntegration.ISqlToolsHierNodeContainer
type HierarchyNodeContainer = class
inherit HierarchyNode
interface ISqlToolsHierNodeContainer
interface ISqlToolsHierNode
interface ISqlToolsHierNodeCustomize
interface ISqlToolsHierNodeContainerCustomize
Public MustInherit Class HierarchyNodeContainer
Inherits HierarchyNode
Implements ISqlToolsHierNodeContainer
- Inheritance
- Derived
- Implements
Constructors
| HierarchyNodeContainer() | |
| HierarchyNodeContainer(GetStringDelegate) |
Fields
| m_NodeParent | (Inherited from HierarchyNode) |
| m_Nodes | |
| m_strName | (Inherited from HierarchyNode) |
| menuCommands | (Inherited from HierarchyNode) |
| stateFlags | (Inherited from HierarchyNode) |
Properties
Methods
Explicit Interface Implementations
| ICustomTypeDescriptor.GetAttributes() | (Inherited from HierarchyNode) |
| ICustomTypeDescriptor.GetClassName() | (Inherited from HierarchyNode) |
| ICustomTypeDescriptor.GetComponentName() | (Inherited from HierarchyNode) |
| ICustomTypeDescriptor.GetConverter() | (Inherited from HierarchyNode) |
| ICustomTypeDescriptor.GetDefaultEvent() | (Inherited from HierarchyNode) |
| ICustomTypeDescriptor.GetDefaultProperty() | (Inherited from HierarchyNode) |
| ICustomTypeDescriptor.GetEditor(Type) | (Inherited from HierarchyNode) |
| ICustomTypeDescriptor.GetEvents() | (Inherited from HierarchyNode) |
| ICustomTypeDescriptor.GetEvents(Attribute[]) | (Inherited from HierarchyNode) |
| ICustomTypeDescriptor.GetProperties() | (Inherited from HierarchyNode) |
| ICustomTypeDescriptor.GetProperties(Attribute[]) | (Inherited from HierarchyNode) |
| ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor) | (Inherited from HierarchyNode) |