RegistryWebService.QueryRegistryEntries Method
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function QueryRegistryEntries ( _
registryPathPattern As String, _
includeFolders As Boolean _
) As List(Of RegistryEntry)
[WebMethodAttribute]
public List<RegistryEntry> QueryRegistryEntries(
string registryPathPattern,
bool includeFolders
)
[WebMethodAttribute]
public:
List<RegistryEntry^>^ QueryRegistryEntries(
String^ registryPathPattern,
bool includeFolders
)
[<WebMethodAttribute>]
member QueryRegistryEntries :
registryPathPattern:string *
includeFolders:bool -> List<RegistryEntry>
public function QueryRegistryEntries(
registryPathPattern : String,
includeFolders : boolean
) : List<RegistryEntry>
Parameters
- registryPathPattern
Type: System.String
- includeFolders
Type: System.Boolean
Return Value
Type: System.Collections.Generic.List<RegistryEntry>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.