Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Validates the methodology that is stored in the specified folder.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub ValidateTemplate ( _
folderPath As String _
)
void ValidateTemplate(
string folderPath
)
void ValidateTemplate(
String^ folderPath
)
abstract ValidateTemplate :
folderPath:string -> unit
function ValidateTemplate(
folderPath : String
)
Parameters
- folderPath
Type: System.String
The folder where the methodology to be validated is located.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.