言語

IExplorerHierarchy インターフェイス

定義

木に現れるノードの集合を表します。

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

プロパティ

名前 説明
IsBuilding

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

Root

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

メソッド

名前 説明
PerformAsynchronousBuild(IExplorerHierarchyNode, BuildChildren, EventHandler)

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

StopAllAsynchronousOperations()

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

イベント

名前 説明
BeginAsynchronousUpdate

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

EndAsynchronousUpdate

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

適用対象