IExplorerNodeTypeExtension.Initialize(IExplorerNodeType) Method

Definition

Initializes the node extension.

public:
 void Initialize(Microsoft::VisualStudio::SharePoint::Explorer::IExplorerNodeType ^ nodeType);
public void Initialize (Microsoft.VisualStudio.SharePoint.Explorer.IExplorerNodeType nodeType);
abstract member Initialize : Microsoft.VisualStudio.SharePoint.Explorer.IExplorerNodeType -> unit
Public Sub Initialize (nodeType As IExplorerNodeType)

Parameters

nodeType
IExplorerNodeType

The node type that is being extended.

Remarks

You can handle events of the nodeType parameter to add features to the node. For example, you can handle the following events:

This method is called once for each IExplorerNodeTypeExtension implementation.

Applies to