Compartir a través de


TeamProjectCollectionWebService.GetServicingStepGroupOperations (Método)

Devuelve una lista de operaciones de mantenimiento a las que especifica el grupo de paso pertenece.

Espacio de nombres:  Microsoft.TeamFoundation.Server.Core.WebServices
Ensamblado:  Microsoft.TeamFoundation.Server.Core (en Microsoft.TeamFoundation.Server.Core.dll)

Sintaxis

'Declaración
<WebMethodAttribute> _
Public Function GetServicingStepGroupOperations ( _
    stepGroup As String _
) As List(Of String)
[WebMethodAttribute]
public List<string> GetServicingStepGroupOperations(
    string stepGroup
)

Parámetros

Valor devuelto

Tipo: System.Collections.Generic.List<String>

Seguridad de .NET Framework

Vea también

Referencia

TeamProjectCollectionWebService Clase

Microsoft.TeamFoundation.Server.Core.WebServices (Espacio de nombres)