IProjectCreationPlugin Interface

Interface for packages that provide tool handlers for project creation wizard.

This API is not CLS-compliant. 

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IProjectCreationPlugin
[CLSCompliantAttribute(false)]
public interface IProjectCreationPlugin
[CLSCompliantAttribute(false)]
public interface class IProjectCreationPlugin
[<CLSCompliantAttribute(false)>]
type IProjectCreationPlugin =  interface end
public interface IProjectCreationPlugin

The IProjectCreationPlugin type exposes the following members.

Properties

  Name Description
Public property ComponentCreator Gets the project component creator tool.

Top

Methods

  Name Description
Public method GetWizardPage Gets the wizard page for this tool, which will be used in the project creation wizard.

Top

See Also

Reference

Microsoft.TeamFoundation.Client Namespace