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
'Declaration
<GuidAttribute("af59fba9-3669-3153-a7f0-5b88ccf5bd6b")> _
Public Interface ITemplateImporter
[GuidAttribute("af59fba9-3669-3153-a7f0-5b88ccf5bd6b")]
public interface ITemplateImporter
[GuidAttribute(L"af59fba9-3669-3153-a7f0-5b88ccf5bd6b")]
public interface class ITemplateImporter
[<GuidAttribute("af59fba9-3669-3153-a7f0-5b88ccf5bd6b")>]
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