ISharePointProjectItemTypeProvider Interface
Provides the definition of a custom SharePoint project item type.
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
| Name | Description | |
|---|---|---|
![]() | InitializeType(ISharePointProjectItemTypeDefinition^) | Called by projects to initialize an instance of a SharePoint project item type. |
Implement the ISharePointProjectItemTypeProvider interface to define a custom type of SharePoint project item. For more information, see Defining Custom SharePoint Project Item Types and How to: Define a SharePoint Project Item Type.
Classes that implement this interface must include the System.ComponentModel.Composition::ExportAttribute and the SharePointProjectItemTypeAttribute to be discovered by the project system.
Show:
