ITemplateExporter Interface
Interface that provides the methods to export a methodology from the server to the client for viewing and editing.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
‘선언
Public Interface ITemplateExporter
public interface ITemplateExporter
public interface class ITemplateExporter
type ITemplateExporter = interface end
public interface ITemplateExporter
The ITemplateExporter type exposes the following members.
Methods
Name | Description | |
---|---|---|
Export | Exports the specified methodology to the specified client folder. |
Top