TeamFoundationVersionControlService.DeleteLabel 方法
刪除具有指定名稱和根項目的標籤。
命名空間: Microsoft.TeamFoundation.VersionControl.Server
組件: Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
語法
'宣告
Public Function DeleteLabel ( _
requestContext As TeamFoundationRequestContext, _
labelName As String, _
labelScope As String _
) As List(Of LabelResult)
public List<LabelResult> DeleteLabel(
TeamFoundationRequestContext requestContext,
string labelName,
string labelScope
)
參數
- requestContext
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
要求內容。
- labelName
類型:System.String
刪除的標籤名稱。
- labelScope
類型:System.String
表示標籤的範圍或其父代的項目。
傳回值
類型:System.Collections.Generic.List<LabelResult>
當 LabelResult 刪除物件中的標籤清單。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。