TeamFoundationBaseRegistryService.FilterEntries Method

Filters the list of registry entries using the provided filter paths.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Protected Shared Function FilterEntries ( _
    filters As IEnumerable(Of String), _
    unfilteredEntries As List(Of RegistryEntry), _
    makeEntriesRelative As Boolean, _
    includeFolders As Boolean _
) As List(Of RegistryEntry)
protected static List<RegistryEntry> FilterEntries(
    IEnumerable<string> filters,
    List<RegistryEntry> unfilteredEntries,
    bool makeEntriesRelative,
    bool includeFolders
)
protected:
static List<RegistryEntry^>^ FilterEntries(
    IEnumerable<String^>^ filters, 
    List<RegistryEntry^>^ unfilteredEntries, 
    bool makeEntriesRelative, 
    bool includeFolders
)
static member FilterEntries : 
        filters:IEnumerable<string> * 
        unfilteredEntries:List<RegistryEntry> * 
        makeEntriesRelative:bool * 
        includeFolders:bool -> List<RegistryEntry> 
protected static function FilterEntries(
    filters : IEnumerable<String>, 
    unfilteredEntries : List<RegistryEntry>, 
    makeEntriesRelative : boolean, 
    includeFolders : boolean
) : List<RegistryEntry>

Parameters

Return Value

Type: System.Collections.Generic.List<RegistryEntry>

.NET Framework Security

See Also

Reference

TeamFoundationBaseRegistryService Class

Microsoft.TeamFoundation.Framework.Server Namespace