RegistryWebService.RemoveRegistryEntries Method
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function RemoveRegistryEntries ( _
registryPathPatterns As String() _
) As Integer
[WebMethodAttribute]
public int RemoveRegistryEntries(
string[] registryPathPatterns
)
[WebMethodAttribute]
public:
int RemoveRegistryEntries(
array<String^>^ registryPathPatterns
)
[<WebMethodAttribute>]
member RemoveRegistryEntries :
registryPathPatterns:string[] -> int
public function RemoveRegistryEntries(
registryPathPatterns : String[]
) : int
Parameters
- registryPathPatterns
Type: array<System.String[]
Return Value
Type: System.Int32
.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.