IAddNewItemParticipant Interface

Represents functionality for the Add New Item and Add Existing Item dialogs.

This API is not CLS-compliant. The CLS-compliant alternative is .

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IAddNewItemParticipant
'Usage
Dim instance As IAddNewItemParticipant
[CLSCompliantAttribute(false)]
public interface IAddNewItemParticipant
[CLSCompliantAttribute(false)]
public interface class IAddNewItemParticipant
public interface IAddNewItemParticipant
[<AbstractClassAttribute>]
[<CLSCompliantAttribute(false)>]
type IAddNewItemParticipant =  interface end

Remarks

IProjectFeatures instances should implement this interface to participate in the Add New Item and Add Existing Item dialogs.

See Also

Reference

IAddNewItemParticipant Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace