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.
Reloads the policies and 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 ReloadAndEvaluate As PolicyFailure()
public PolicyFailure[] ReloadAndEvaluate()
public:
array<PolicyFailure^>^ ReloadAndEvaluate()
member ReloadAndEvaluate : unit -> PolicyFailure[]
public function ReloadAndEvaluate() : 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.