Condividi tramite


Metodo RegistryWebService.QueryUserEntries

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server.Alm.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

'Dichiarazione
<WebMethodAttribute> _
Public Function QueryUserEntries ( _
    registryPathPattern As String, _
    includeFolders As Boolean _
) As List(Of RegistryEntry)
[WebMethodAttribute]
public List<RegistryEntry> QueryUserEntries(
    string registryPathPattern,
    bool includeFolders
)

Parametri

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

RegistryWebService Classe

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server.Alm.WebServices