ISharePointProjectItemTypeExtension Interface

Definition

Represents an extension for a particular type of SharePoint project item.

public interface class ISharePointProjectItemTypeExtension
public interface ISharePointProjectItemTypeExtension
type ISharePointProjectItemTypeExtension = interface
Public Interface ISharePointProjectItemTypeExtension

Remarks

Implement the ISharePointProjectItemTypeExtension interface to define an extension that is loaded when an instance of a particular SharePoint project item type is added to a project or opened in Visual Studio. For more information, see Extending SharePoint Project Items and How to: Create a SharePoint Project Item Extension.

Classes that implement this interface must include the System.ComponentModel.Composition.ExportAttribute and the SharePointProjectItemTypeAttribute to be discovered by the project system.

Methods

Initialize(ISharePointProjectItemType)

Initializes the project item type extension.

Applies to