Share via


TeamFoundationTrace.MethodExit 方法 (Int32)

追蹤方法結束。 這包括方法的簽章。

命名空間:  Microsoft.TeamFoundation
組件:  Microsoft.TeamFoundation.Common (在 Microsoft.TeamFoundation.Common.dll 中)

語法

'宣告
<ConditionalAttribute("DEBUG")> _
Public Shared Sub MethodExit ( _
    depth As Integer _
)
[ConditionalAttribute("DEBUG")]
public static void MethodExit(
    int depth
)

參數

  • depth
    類型:System.Int32
    這個架構向上調整堆疊方法簽章就是。

備註

應用程式開發介面 traceswitch 設定判斷追蹤輸出是否只發生於這個方法可偵錯組建。

.NET Framework 安全性

請參閱

參考

TeamFoundationTrace 類別

MethodExit 多載

Microsoft.TeamFoundation 命名空間