ITeamFoundationApplicationHostProperties.GetCollections Method
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function GetCollections ( _
requestContext As TeamFoundationRequestContext, _
hostName As String _
) As IEnumerable(Of TeamProjectCollectionProperties)
IEnumerable<TeamProjectCollectionProperties> GetCollections(
TeamFoundationRequestContext requestContext,
string hostName
)
IEnumerable<TeamProjectCollectionProperties^>^ GetCollections(
TeamFoundationRequestContext^ requestContext,
String^ hostName
)
abstract GetCollections :
requestContext:TeamFoundationRequestContext *
hostName:string -> IEnumerable<TeamProjectCollectionProperties>
function GetCollections(
requestContext : TeamFoundationRequestContext,
hostName : String
) : IEnumerable<TeamProjectCollectionProperties>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- hostName
Type: System.String
Return Value
Type: System.Collections.Generic.IEnumerable<TeamProjectCollectionProperties>
.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.