Compartilhar via


Método VersionControlPath.CheckForIllegalDollarInPath

Este método gerencie um InvalidPathException se houver um cifrão (“$ ") que segue um separador de caminho (“/"), porque nenhuma parte de um caminho pode começar com um cifrão.

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common (em Microsoft.TeamFoundation.VersionControl.Common.dll)

Sintaxe

'Declaração
Public Shared Sub CheckForIllegalDollarInPath ( _
    path As String _
)
public static void CheckForIllegalDollarInPath(
    string path
)

Parâmetros

  • path
    Tipo: System.String
    O caminho para verificar (o caminho já deve ser canonicalized).

Segurança do .NET Framework

Consulte também

Referência

VersionControlPath Classe

Namespace Microsoft.TeamFoundation.VersionControl.Common