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
'Declaration
<GuidAttribute("f97a0a8d-bfc4-3cf2-aa01-1565312e1edf")> _
Public Interface ITemplateExporter
[GuidAttribute("f97a0a8d-bfc4-3cf2-aa01-1565312e1edf")]
public interface ITemplateExporter
[GuidAttribute(L"f97a0a8d-bfc4-3cf2-aa01-1565312e1edf")]
public interface class ITemplateExporter
[<GuidAttribute("f97a0a8d-bfc4-3cf2-aa01-1565312e1edf")>]
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