Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Display UI provides help to determine the meaning of this failure and what the user can do to resolve it.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Sub DisplayHelp ( _
failure As PolicyFailure _
)
void DisplayHelp(
PolicyFailure failure
)
void DisplayHelp(
PolicyFailure^ failure
)
abstract DisplayHelp :
failure:PolicyFailure -> unit
function DisplayHelp(
failure : PolicyFailure
)
Parameters
- failure
Type: Microsoft.TeamFoundation.VersionControl.Client.PolicyFailure
The failure for which the user wants help.
.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.