This documentation is archived and is not being maintained.
PolicyStateChangedEventArgs Constructor
Visual Studio 2013
Initializes the event arguments.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: PolicyStateChangedEventArgs( array<PolicyFailure^>^ failures, IPolicyEvaluation^ policy )
Parameters
- failures
- Type: array<Microsoft.TeamFoundation.VersionControl.Client::PolicyFailure>
The array of failures that resulted from evaluation of the policy.
- policy
- Type: Microsoft.TeamFoundation.VersionControl.Client::IPolicyEvaluation
The policy that was evaluated.
- 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.
Show: