TeamFoundationServicingService.GetServicingStepGroupOperations Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetServicingStepGroupOperations ( _
requestContext As TeamFoundationRequestContext, _
stepGroup As String _
) As List(Of String)
public List<string> GetServicingStepGroupOperations(
TeamFoundationRequestContext requestContext,
string stepGroup
)
public:
List<String^>^ GetServicingStepGroupOperations(
TeamFoundationRequestContext^ requestContext,
String^ stepGroup
)
member GetServicingStepGroupOperations :
requestContext:TeamFoundationRequestContext *
stepGroup:string -> List<string>
public function GetServicingStepGroupOperations(
requestContext : TeamFoundationRequestContext,
stepGroup : String
) : List<String>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- stepGroup
Type: System.String
Return Value
Type: System.Collections.Generic.List<String>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.