Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Converts this conflict into a displayable message.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function GetDetailedMessage ( _
asConflict As Boolean _
) As String
public string GetDetailedMessage(
bool asConflict
)
public:
String^ GetDetailedMessage(
bool asConflict
)
member GetDetailedMessage :
asConflict:bool -> string
public function GetDetailedMessage(
asConflict : boolean
) : String
Parameters
asConflict
Type: System.Booleantrue to convert conflict into a displayable message; otherwise, false.
Return Value
Type: System.String
the displayable message for this conflict
.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.