Workspace.Map 方法
將指定的伺服器路徑。在本機磁碟上的位置。
命名空間: Microsoft.TeamFoundation.VersionControl.Client
組件: Microsoft.TeamFoundation.VersionControl.Client (在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
語法
'宣告
Public Sub Map ( _
serverPath As String, _
localPath As String _
)
public void Map(
string serverPath,
string localPath
)
參數
- serverPath
型別:System.String
對應資料夾的伺服器路徑。
- localPath
型別:System.String
對應區域位置的路徑。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。