HierarchyProvider Class

Definition

Provides the base class for extending the tree view in IIS Manager for new nodes or shortcut menus of existing nodes.

public ref class HierarchyProvider abstract : IServiceProvider
public abstract class HierarchyProvider : IServiceProvider
type HierarchyProvider = class
    interface IServiceProvider
Public MustInherit Class HierarchyProvider
Implements IServiceProvider
Inheritance
HierarchyProvider
Implements

Constructors

HierarchyProvider(IServiceProvider)

Initializes a new instance of the HierarchyProvider class.

Methods

GetChildren(HierarchyInfo)

Returns the child nodes to the hierarchy service.

GetService(Type)

Retrieves the requested service.

GetTasks(HierarchyInfo)

Returns the set of tasks for the specified node in the Connections pane of IIS Manager.

SyncSelection(HierarchyInfoSyncSelectionEventArgs)

Sets the node in the Connection pane tree view to the current node.

Explicit Interface Implementations

IServiceProvider.GetService(Type)

Calls the GetService(Type) method.

Applies to