This documentation is archived and is not being maintained.

PolicyBase::OnPolicyStateChanged Method

Fire the event to notify of a change in policy state.

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

protected:
virtual void OnPolicyStateChanged(
	array<PolicyFailure^>^ failures
)

Parameters

failures
Type: array<Microsoft.TeamFoundation.VersionControl.Client::PolicyFailure>

The failures of the policy.

Show: