ITeamFoundationApplicationHostProperties.GetCollections-Methode
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Function GetCollections ( _
requestContext As TeamFoundationRequestContext, _
hostName As String _
) As IEnumerable(Of TeamProjectCollectionProperties)
IEnumerable<TeamProjectCollectionProperties> GetCollections(
TeamFoundationRequestContext requestContext,
string hostName
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- hostName
Typ: System.String
Rückgabewert
Typ: System.Collections.Generic.IEnumerable<TeamProjectCollectionProperties>
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.