Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
ComponentCreator | Gets the project component creator tool. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
GetWizardPage | Gets the wizard page for this tool, which will be used in the project creation wizard. |
Top