IExplorerHierarchy 接口

定义

表示将在树中出现的节点的集合。

public interface class IExplorerHierarchy
public interface IExplorerHierarchy
type IExplorerHierarchy = interface
Public Interface IExplorerHierarchy

属性

IsBuilding

获取一个值,该值指示 层次结构是否正在生成

Root

获取 IExplorerHierarchy 的根节点。

方法

PerformAsynchronousBuild(IExplorerHierarchyNode, BuildChildren, EventHandler)

执行异步生成。

StopAllAsynchronousOperations()

停止任何异步操作。

事件

BeginAsynchronousUpdate

在用户开始异步更新时发生。

EndAsynchronousUpdate

在用户结束异步更新时发生。

适用于