Compartilhar via


Método RegistryWebService.QueryRegistryEntries

Namespace:  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly:  Microsoft.TeamFoundation.Server.Core (em Microsoft.TeamFoundation.Server.Core.dll)

Sintaxe

'Declaração
<WebMethodAttribute> _
Public Function QueryRegistryEntries ( _
    registryPathPattern As String, _
    includeFolders As Boolean _
) As List(Of RegistryEntry)
[WebMethodAttribute]
public List<RegistryEntry> QueryRegistryEntries(
    string registryPathPattern,
    bool includeFolders
)

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

RegistryWebService Classe

Namespace Microsoft.TeamFoundation.Server.Core.WebServices