Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Evaluates the policies for the current list of pending changes.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function Evaluate As PolicyFailure()
public PolicyFailure[] Evaluate()
public:
array<PolicyFailure^>^ Evaluate()
member Evaluate : unit -> PolicyFailure[]
public function Evaluate() : PolicyFailure[]
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.PolicyFailure[]
The array of failures that occurred during evaluation.
.NET Framework Security
- 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.