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.
Trace method exit, including the method's signature.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
<ConditionalAttribute("DEBUG")> _
Public Shared Sub MethodExit
[ConditionalAttribute("DEBUG")]
public static void MethodExit()
[ConditionalAttribute(L"DEBUG")]
public:
static void MethodExit()
[<ConditionalAttribute("DEBUG")>]
static member MethodExit : unit -> unit
public static function MethodExit()
Remarks
The API traceswitch setting determines whether any trace output appears. This method is only available in DEBUG builds.
.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.