次の方法で共有


IExplorerHierarchy インターフェイス

定義

ツリーに表示されるノードのコレクションを表します。

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

プロパティ

IsBuilding

階層が構築されているかどうかを示す値 取得します。

Root

IExplorerHierarchy のルート ノードを取得します。

メソッド

PerformAsynchronousBuild(IExplorerHierarchyNode, BuildChildren, EventHandler)

非同期ビルドを実行します。

StopAllAsynchronousOperations()

すべての非同期操作を停止します。

イベント

BeginAsynchronousUpdate

ユーザーが非同期更新を開始すると発生します。

EndAsynchronousUpdate

ユーザーが非同期更新を終了すると発生します。

適用対象