ISharePointProjectItemTypeExtension.Initialize Method

Definition

Initializes the project item type extension.

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

Parameters

projectItemType
ISharePointProjectItemType

An instance of the project item type being extended.

Applies to