共用方式為


IBugFieldMapping.Export 方法

將這個對應物件儲存至 XML 檔案。

命名空間:  Microsoft.TeamFoundation.TestManagement.Client
組件:  Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

語法

'宣告
Sub Export ( _
    fileName As String _
)
void Export(
    string fileName
)
void Export(
    String^ fileName
)
abstract Export : 
        fileName:string -> unit 
function Export(
    fileName : String
)

參數

  • fileName
    型別:System.String
    XML 檔案所需之位置的路徑和檔案名稱。

.NET Framework 安全性

請參閱

參考

IBugFieldMapping 介面

Microsoft.TeamFoundation.TestManagement.Client 命名空間