TeamFoundationBaseRegistryService.ReadEntries, méthode (TeamFoundationRequestContext, Guid, String, Boolean)
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
Public Function ReadEntries ( _
requestContext As TeamFoundationRequestContext, _
teamFoundationId As Guid, _
registryPathPattern As String, _
includeFolders As Boolean _
) As RegistryEntryCollection
public RegistryEntryCollection ReadEntries(
TeamFoundationRequestContext requestContext,
Guid teamFoundationId,
string registryPathPattern,
bool includeFolders
)
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- teamFoundationId
Type : System.Guid
- registryPathPattern
Type : System.String
- includeFolders
Type : System.Boolean
Valeur de retour
Type : Microsoft.TeamFoundation.Framework.Server.RegistryEntryCollection
retourne RegistryEntryCollection ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.