IExplorerNodeTypeProvider Interface
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Provides the definition of a new type of node in the SharePoint Connections hierarchy of nodes in Server Explorer.
Namespace: Microsoft.VisualStudio.SharePoint.Explorer
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Interface IExplorerNodeTypeProvider
public interface IExplorerNodeTypeProvider
The IExplorerNodeTypeProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
InitializeType | Initializes the new node type. |
Top
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.
Examples
Date |
History |
Reason |
---|---|---|
May 2010 |
Added new remarks with links to topics that show how to implement this interface |
Information enhancement. |