ISharePointProjectItemTypeExtension.Initialize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.