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.
Trace method exit. This includes 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.