ISharePointProjectItemTypeProvider Interface

Definition

Provides the definition of a custom SharePoint project item type.

public interface class ISharePointProjectItemTypeProvider
public interface ISharePointProjectItemTypeProvider
type ISharePointProjectItemTypeProvider = interface
Public Interface ISharePointProjectItemTypeProvider

Remarks

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.

Methods

InitializeType(ISharePointProjectItemTypeDefinition)

Called by projects to initialize an instance of a SharePoint project item type.

Applies to