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
    指示堆栈帧的数量方法签名好处在于。

备注

API traceswitch设置确定任何跟踪输出是否只显示此方法可用的调试版本。

.NET Framework 安全性

请参见

参考

TeamFoundationTrace 类

MethodExit 重载

Microsoft.TeamFoundation 命名空间