VersionControlPath.IsValidPath 方法 (String, PathLength)
如果路徑有效,則傳回 TRUE;否則為 false。
命名空間: Microsoft.TeamFoundation.VersionControl.Common
組件: Microsoft.TeamFoundation.VersionControl.Common (在 Microsoft.TeamFoundation.VersionControl.Common.dll 中)
語法
'宣告
Public Shared Function IsValidPath ( _
serverItem As String, _
maxPathLength As PathLength _
) As Boolean
public static bool IsValidPath(
string serverItem,
PathLength maxPathLength
)
參數
- serverItem
類型:System.String
- maxPathLength
類型:Microsoft.TeamFoundation.VersionControl.Common.PathLength
傳回值
類型:System.Boolean
傳回 Boolean。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。