ITeamProjectCollectionService.GetCollections Method (ServiceHostFilterFlags)
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function GetCollections ( _
filterFlags As ServiceHostFilterFlags _
) As IList(Of TeamProjectCollection)
IList<TeamProjectCollection> GetCollections(
ServiceHostFilterFlags filterFlags
)
IList<TeamProjectCollection^>^ GetCollections(
ServiceHostFilterFlags filterFlags
)
abstract GetCollections :
filterFlags:ServiceHostFilterFlags -> IList<TeamProjectCollection>
function GetCollections(
filterFlags : ServiceHostFilterFlags
) : IList<TeamProjectCollection>
Parameters
- filterFlags
Type: Microsoft.TeamFoundation.Framework.Client.ServiceHostFilterFlags
Return Value
Type: System.Collections.Generic.IList<TeamProjectCollection>
.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.