Compartir a través de


BuildContainerPath.MakeRelative (Método)

Comprueba si el fullPath comienza con el parentPath. Si es así la ruta primaria se quita de fullPath y la parte restante de fullPath se devuelve.

Espacio de nombres:  Microsoft.TeamFoundation.Build.Common
Ensamblado:  Microsoft.TeamFoundation.Build.Common (en Microsoft.TeamFoundation.Build.Common.dll)

Sintaxis

'Declaración
Public Shared Function MakeRelative ( _
    parentPath As String, _
    fullPath As String _
) As String
public static string MakeRelative(
    string parentPath,
    string fullPath
)

Parámetros

  • parentPath
    Tipo: System.String
    ruta de acceso del contenedor de compilación del elemento primario
  • fullPath
    Tipo: System.String
    ruta de acceso del contenedor de compilación

Valor devuelto

Tipo: System.String
Devuelva String.

Seguridad de .NET Framework

Vea también

Referencia

BuildContainerPath Clase

Microsoft.TeamFoundation.Build.Common (Espacio de nombres)