BuildPath.GetFullPath 方法
規範化查詢路徑。 這確保,,,如果使用它,遞迴運算子是路徑的倒數第二個項目,而且萬用字元不使用除了路徑的最後一個項目。
命名空間: Microsoft.TeamFoundation.Build.Common
組件: Microsoft.TeamFoundation.Build.Common (在 Microsoft.TeamFoundation.Build.Common.dll 中)
語法
'宣告
Public Shared Function GetFullPath ( _
buildPath As String _
) As String
public static string GetFullPath(
string buildPath
)
參數
- buildPath
類型:System.String
傳回值
類型:System.String
規範化之查詢路徑的字串。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。