This documentation is archived and is not being maintained.

PolicyBase::Edit Method

Shows a configuration dialog box to the user to specify options for the check-in policy.

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

public:
virtual bool Edit(
	IPolicyEditArgs^ policyEditArgs
) abstract

Parameters

policyEditArgs
Type: Microsoft.TeamFoundation.VersionControl.Client::IPolicyEditArgs

Arguments for the configuration dialog box.

Return Value

Type: System::Boolean
True if the dialog box opened; otherwise, false.

Implements

IPolicyDefinition::Edit(IPolicyEditArgs)

Show: