IExplorerNodeType Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the behavior of an existing type of node in the SharePoint Connections hierarchy of nodes in Server Explorer.
public interface class IExplorerNodeType : Microsoft::VisualStudio::SharePoint::Explorer::IExplorerNodeEvents, Microsoft::VisualStudio::SharePoint::IAnnotatedObject
public interface IExplorerNodeType : Microsoft.VisualStudio.SharePoint.Explorer.IExplorerNodeEvents, Microsoft.VisualStudio.SharePoint.IAnnotatedObject
type IExplorerNodeType = interface
interface IAnnotatedObject
interface IExplorerNodeEvents
Public Interface IExplorerNodeType
Implements IAnnotatedObject, IExplorerNodeEvents
- Implements
Remarks
You can extend the behavior of an existing node type by implementing the IExplorerNodeTypeExtension interface. For more information, see How to: Extend a SharePoint Node in Server Explorer.
To create a new node type, implement the IExplorerNodeTypeProvider interface and use it to initialize an IExplorerNodeTypeDefinition object. For more information, see How to: Add a Custom SharePoint Node to Server Explorer
Properties
Annotations |
Gets an instance IAnnotationDictionary to associate custom data with the object implementing the IAnnotatedObject interface. (Inherited from IAnnotatedObject) |
DefaultIcon |
Gets the icon to display with nodes of this type. |
Id |
Gets the ID of this node type. |
IsAlwaysLeaf |
Gets a value that indicates whether nodes of this type have no child nodes. |
Name |
Gets the name associated with this node type. |
Events
NodeChildrenRequested |
Occurs when an IExplorerNode requests child nodes. (Inherited from IExplorerNodeEvents) |
NodeDisposing |
Occurs when an IExplorerNode is about to be disposed. (Inherited from IExplorerNodeEvents) |
NodeInitialized |
Occurs when a new IExplorerNode is initialized. (Inherited from IExplorerNodeEvents) |
NodeMenuItemsRequested |
Occurs when an IExplorerNode requests shortcut menu items. (Inherited from IExplorerNodeEvents) |
NodePropertiesRequested |
Occurs when an IExplorerNode requests properties. (Inherited from IExplorerNodeEvents) |