Repository.UpdateWorkspace 方法
修改工作區屬性和工作資料夾對應。
工作區擁有人可能不會變更。
命名空間: Microsoft.TeamFoundation.VersionControl.Server
組件: Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
語法
'宣告
<WebMethodAttribute> _
Public Function UpdateWorkspace ( _
oldWorkspaceName As String, _
ownerName As String, _
newWorkspace As Workspace, _
supportedFeatures As Integer _
) As Workspace
[WebMethodAttribute]
public Workspace UpdateWorkspace(
string oldWorkspaceName,
string ownerName,
Workspace newWorkspace,
int supportedFeatures
)
參數
- oldWorkspaceName
型別:System.String
工作區名稱在更新的。
- ownerName
型別:System.String
工作區擁有人 (包含網域)。
- newWorkspace
型別:Microsoft.TeamFoundation.VersionControl.Server.Workspace
新工作區屬性。
- supportedFeatures
型別:System.Int32
用戶端支援的功能,包含 SupportedFeatures 列舉的組合值的 int。
傳回值
型別:Microsoft.TeamFoundation.VersionControl.Server.Workspace
新工作區屬性。伺服器會清除了。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。