IExplorerNodeTypeExtension Interface

Definition

Represents an extension of a node in the SharePoint Connections hierarchy of nodes in Server Explorer.

public interface class IExplorerNodeTypeExtension
public interface IExplorerNodeTypeExtension
type IExplorerNodeTypeExtension = interface
Public Interface IExplorerNodeTypeExtension

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 extend an existing type of node. For more information, see How to: Extend a SharePoint Node in Server Explorer.

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

Methods

Initialize(IExplorerNodeType)

Initializes the node extension.

Applies to