ExplorerNodeTypes Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Defines IDs for several built-in SharePoint nodes in Server Explorer.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.SharePoint.Explorer.ExplorerNodeTypes

Namespace:  Microsoft.VisualStudio.SharePoint.Explorer
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

'Declaration
Public NotInheritable Class ExplorerNodeTypes
public static class ExplorerNodeTypes

The ExplorerNodeTypes type exposes the following members.

Fields

  Name Description
Public fieldStatic member ConnectionNode Specifies the ID for site connection nodes in Server Explorer (nodes that display site URLs).
Public fieldStatic member GenericFolderNode Specifies the ID for parent nodes in Server Explorer.
Public fieldStatic member SiteNode Specifies the ID for site nodes in Server Explorer.

Top

Remarks

Use the ExplorerNodeTypes values with the ExplorerNodeTypeAttribute to specify a built-in SharePoint node that you want to extend. For more information, see How to: Extend a SharePoint Node in Server Explorer and How to: Add a Custom SharePoint Node to Server Explorer.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.SharePoint.Explorer Namespace