IExplorerHierarchy 인터페이스

정의

트리에 나타날 노드의 컬렉션을 나타냅니다.

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

속성

IsBuilding

계층이 빌드되고 있는지 여부를 나타내는 값을 가져옵니다.

Root

IExplorerHierarchy의 루트 노드를 가져옵니다.

메서드

PerformAsynchronousBuild(IExplorerHierarchyNode, BuildChildren, EventHandler)

비동기 작성을 수행합니다.

StopAllAsynchronousOperations()

모든 비동기 작업을 중지합니다.

이벤트

BeginAsynchronousUpdate

사용자가 비동기 업데이트를 시작할 때 발생합니다.

EndAsynchronousUpdate

사용자가 비동기 업데이트를 종료할 때 발생합니다.

적용 대상