HierarchyTreeNode 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示具有自己的图标并且知道如何处理资源管理器层次结构的后期加载节点。
public ref class HierarchyTreeNode abstract : Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::LazyNode, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IExplorerHierarchyNode, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeWithIcon
public abstract class HierarchyTreeNode : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.LazyNode, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IExplorerHierarchyNode, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeWithIcon
type HierarchyTreeNode = class
inherit LazyNode
interface IExplorerHierarchyNode
interface INodeWithIcon
Public MustInherit Class HierarchyTreeNode
Inherits LazyNode
Implements IExplorerHierarchyNode, INodeWithIcon
- 继承
- 实现
构造函数
HierarchyTreeNode() |
使用默认属性值初始化 HierarchyTreeNode 类的新实例。 |
HierarchyTreeNode(SerializationInfo, StreamingContext) |
使用指定的信息和上下文初始化 HierarchyTreeNode 类的新实例。 |
属性
Expandable |
获取或设置一个值,该值指示是否可以 展开节点。 (继承自 LazyNode) |
Expanding |
如果某一节点当前正在展开则获取一个指示。 (继承自 LazyNode) |
Hierarchy |
获取或设置属于 IExplorerHierarchy 对象的节点。 |
Icon |
获取 HierarchyTreeNode 的普通图标。 |
Root |
获取层次结构的根。 |
SelectedIcon |
获取在树中选择此节点时的图标。 |
ShowPolicyHealthState |
获取或设置一个值,该值指示是否显示策略运行状态。 |
State |
获取策略运行状态。 |
方法
CancelExpand() |
指定树节点应停止展开。 (继承自 LazyNode) |
EnumerateChildren() |
生成子节点并且删除伪节点(如果存在)。 (继承自 LazyNode) |