Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Delete registry entries by path pattern
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function DeleteEntries ( _
requestContext As TeamFoundationRequestContext, _
ParamArray registryPathPatterns As String() _
) As Integer
int DeleteEntries(
TeamFoundationRequestContext requestContext,
params string[] registryPathPatterns
)
int DeleteEntries(
TeamFoundationRequestContext^ requestContext,
... array<String^>^ registryPathPatterns
)
abstract DeleteEntries :
requestContext:TeamFoundationRequestContext *
registryPathPatterns:string[] -> int
function DeleteEntries(
requestContext : TeamFoundationRequestContext,
... registryPathPatterns : String[]
) : int
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- registryPathPatterns
Type: array<System.String[]
Return Value
Type: System.Int32
Returns 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.