IExplorerNodeTypeProvider.InitializeType(IExplorerNodeTypeDefinition) Method

Definition

Initializes the new node type.

public:
 void InitializeType(Microsoft::VisualStudio::SharePoint::Explorer::IExplorerNodeTypeDefinition ^ typeDefinition);
public void InitializeType (Microsoft.VisualStudio.SharePoint.Explorer.IExplorerNodeTypeDefinition typeDefinition);
abstract member InitializeType : Microsoft.VisualStudio.SharePoint.Explorer.IExplorerNodeTypeDefinition -> unit
Public Sub InitializeType (typeDefinition As IExplorerNodeTypeDefinition)

Parameters

typeDefinition
IExplorerNodeTypeDefinition

The definition of the new node type.

Remarks

You can handle events and set properties of the typeDefinition parameter to define the behavior of the node. For example, you can specify the icon or text for the node, and you can handle the following events:

This method is called once for each IExplorerNodeTypeProvider implementation.

Applies to