Partilhar via


Método Repository5.UnlabelItem

Remove itens dados de um rótulo chamado.

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (em Microsoft.TeamFoundation.VersionControl.Server.dll)

Sintaxe

'Declaração
<WebMethodAttribute> _
Public Function UnlabelItem ( _
    workspaceName As String, _
    workspaceOwner As String, _
    labelName As String, _
    labelScope As String, _
    items As ItemSpec(), _
    version As VersionSpec, _
    maxClientPathLength As Integer, _
    <OutAttribute> ByRef failures As List(Of Failure) _
) As List(Of LabelResult)
[WebMethodAttribute]
public List<LabelResult> UnlabelItem(
    string workspaceName,
    string workspaceOwner,
    string labelName,
    string labelScope,
    ItemSpec[] items,
    VersionSpec version,
    int maxClientPathLength,
    out List<Failure> failures
)

Parâmetros

  • workspaceName
    Tipo: System.String
    Nome do espaço de trabalho se os itemspecs locais são usados.
  • workspaceOwner
    Tipo: System.String
    Proprietário do espaço de trabalho se os itemspecs locais são usados.
  • labelName
    Tipo: System.String
    Nome do rótulo para remover itens de.
  • maxClientPathLength
    Tipo: System.Int32
    O comprimento de caminho suporte de servidor do cliente máximo.

Valor de retorno

Tipo: System.Collections.Generic.List<LabelResult>
Lista de rótulos afetadas.

Segurança do .NET Framework

Consulte também

Referência

Repository5 Classe

Namespace Microsoft.TeamFoundation.VersionControl.Server