IPolicyDefinition.Edit Method

Displays a dialog box to allow user to configure the properties of the policy.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Function Edit ( _
    policyEditArgs As IPolicyEditArgs _
) As Boolean
bool Edit(
    IPolicyEditArgs policyEditArgs
)
bool Edit(
    IPolicyEditArgs^ policyEditArgs
)
abstract Edit : 
        policyEditArgs:IPolicyEditArgs -> bool 
function Edit(
    policyEditArgs : IPolicyEditArgs
) : boolean

Parameters

Return Value

Type: System.Boolean
True if the policy was updated.

.NET Framework Security

See Also

Reference

IPolicyDefinition Interface

Microsoft.TeamFoundation.VersionControl.Client Namespace