PolicyFailure.DisplayHelp Method
Shows the Help dialog box to explain the policy failure and what steps to take to resolve it.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Overridable Sub DisplayHelp
public virtual void DisplayHelp()
public:
virtual void DisplayHelp()
abstract DisplayHelp : unit -> unit
override DisplayHelp : unit -> unit
public function DisplayHelp()
Remarks
The caller is responsible for handling exceptions that are thrown by the policy.
.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.