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 that provides the methods that are required to import a methodology file. After it is imported, the methodology can be selected in a project creation wizard.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Interface ITemplateImporter
public interface ITemplateImporter
public interface class ITemplateImporter
type ITemplateImporter = interface end
public interface ITemplateImporter
The ITemplateImporter type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Import | Imports the methodology from the specified folder. |
Top