VersionControlPath.GetFullPath 方法 (String, Boolean, PathLength)
規範化所指定的項目規格並傳回字串。 這會進行像移除。「s,轉換\對/等等。它會擲回 InvalidPathException,如果項目是空字串,包含無效的字元包括內嵌錢幣符號 (萬用字元不會被視為不在此檢查),或太長。
命名空間: Microsoft.TeamFoundation.VersionControl.Common
組件: Microsoft.TeamFoundation.VersionControl.Common (在 Microsoft.TeamFoundation.VersionControl.Common.dll 中)
語法
'宣告
Public Shared Function GetFullPath ( _
item As String, _
checkReservedCharacters As Boolean, _
maxPathLength As PathLength _
) As String
public static string GetFullPath(
string item,
bool checkReservedCharacters,
PathLength maxPathLength
)
參數
- item
類型:System.String
標準化的項目規格。
- checkReservedCharacters
類型:System.Boolean
布林值旗標是否驗證版本控制保留字元。
- maxPathLength
類型:Microsoft.TeamFoundation.VersionControl.Common.PathLength
傳回值
類型:System.String
項目的標準字串格式。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱 從部分受信任程式碼使用程式庫。