ITemplateImporter Interface
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
声明
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