VersionControlPath.Combine 메서드 (String, String, PathLength)
상대와 부모 로부터 생성 된 완전 하 게 정규화 하 고 정식화 된 경로 반환 합니다. 상대 인지 이미 정규화 된 경로 반환만 정식화 된 사본을 상대. 상대 정규화 되지 않은 부모에 상대적으로 추가 하 고 결과 canonicalizing에서 결과 경로 반환 합니다. 그 부모는 이미 정규화가 사용 됩니다.
네임스페이스: Microsoft.TeamFoundation.VersionControl.Common
어셈블리: Microsoft.TeamFoundation.VersionControl.Common(Microsoft.TeamFoundation.VersionControl.Common.dll)
구문
‘선언
Public Shared Function Combine ( _
parent As String, _
relative As String, _
maxPathLength As PathLength _
) As String
public static string Combine(
string parent,
string relative,
PathLength maxPathLength
)
매개 변수
- parent
형식: System.String
(상대를 정규화 되지 않은) 경우에 상대적으로 추가할 부모 경로입니다.
- relative
형식: System.String
상대 부모에 한정 될 부분 경로입니다.
- maxPathLength
형식: Microsoft.TeamFoundation.VersionControl.Common.PathLength
반환 값
형식: System.String
정식화 된, 결합 된 경로입니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.