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 to validate a methodology before importing it.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Interface ITemplateValidator
public interface ITemplateValidator
public interface class ITemplateValidator
type ITemplateValidator = interface end
public interface ITemplateValidator
The ITemplateValidator type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
ValidateTemplate | Validates the methodology that is stored in the specified folder. |
Top