IExplorerNodeTypeExtension.Initialize Method

Initializes the node extension.

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

Syntax

'Declaration
Sub Initialize ( _
    nodeType As IExplorerNodeType _
)
void Initialize(
    IExplorerNodeType nodeType
)

Parameters

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.

.NET Framework Security

See Also

Reference

IExplorerNodeTypeExtension Interface

Microsoft.VisualStudio.SharePoint.Explorer Namespace