This documentation is archived and is not being maintained.

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)

bool Edit(
	IPolicyEditArgs^ policyEditArgs
)

Parameters

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

The edit context for the policy.

Return Value

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

Show: