Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves all registered collections.
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.ServiceHostFilterFlagsflags to indicate which set of collections to return.
Return Value
Type: System.Collections.Generic.IList<TeamProjectCollection>
a list of registered collections.
.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.