共用方式為


FileTransferInformation.Path 屬性

取得或設定用戶端檔案系統上檔案的路徑和檔案名稱。

命名空間:  Microsoft.VisualStudio.TestTools.Execution
組件:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)

語法

'宣告
Public Property Path As String
public string Path { get; private set; }
public:
property String^ Path {
    String^ get ();
    private: void set (String^ value);
}
member Path : string with get, private set
function get Path () : String 
private function set Path (value : String)

屬性值

類型:String
檔案在用戶端檔案系統上的路徑和檔案名稱。

.NET Framework 安全性

請參閱

參考

FileTransferInformation 類別

Microsoft.VisualStudio.TestTools.Execution 命名空間

ClientFileName