Bagikan melalui


IExplorerNodeTypeProvider.InitializeType Method

Initializes the new node type.

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

Syntax

'Declaration
Sub InitializeType ( _
    typeDefinition As IExplorerNodeTypeDefinition _
)
void InitializeType(
    IExplorerNodeTypeDefinition typeDefinition
)

Parameters

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.

.NET Framework Security

See Also

Reference

IExplorerNodeTypeProvider Interface

Microsoft.VisualStudio.SharePoint.Explorer Namespace