Share via


IExplorerHierarchy Interface

Définition

Représente une collection des nœuds qui s'afficheront dans l'arborescence.

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

Propriétés

IsBuilding

Obtient une valeur indiquant si la hiérarchie est en cours de génération.

Root

Obtient le nœud racine d'IExplorerHierarchy.

Méthodes

PerformAsynchronousBuild(IExplorerHierarchyNode, BuildChildren, EventHandler)

Effectue une génération asynchrone.

StopAllAsynchronousOperations()

Arrête toutes les opérations asynchrones.

Événements

BeginAsynchronousUpdate

Se produit lorsque l'utilisateur commence une mise à jour asynchrone.

EndAsynchronousUpdate

Se produit lorsque l'utilisateur met fin à une mise à jour asynchrone.

S’applique à