FileSpec.GetCommonPathPrefix-Methode
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Function GetCommonPathPrefix ( _
path1 As String, _
path2 As String _
) As String
public static string GetCommonPathPrefix(
string path1,
string path2
)
Parameter
- path1
Typ: System.String
- path2
Typ: System.String
Rückgabewert
Typ: System.String
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.