IExplorerNodeTypeProvider Interface

Definition

Provides the definition of a new type of node in the SharePoint Connections hierarchy of nodes in Server Explorer.

public interface class IExplorerNodeTypeProvider
public interface IExplorerNodeTypeProvider
type IExplorerNodeTypeProvider = interface
Public Interface IExplorerNodeTypeProvider

Examples

Date History Reason
May 2010 Added new remarks with links to topics that show how to implement this interface Information enhancement.

Remarks

Implement this interface to create a new type of node. For more information, see How to: Add a Custom SharePoint Node to Server Explorer.

Classes that implement this interface must include the System.ComponentModel.Composition.ExportAttribute and the ExplorerNodeTypeAttribute to be discovered by Visual Studio.

Methods

InitializeType(IExplorerNodeTypeDefinition)

Initializes the new node type.

Applies to