Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
TrackStack is used to output the current call stack.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Sub TraceCallStack ( _
keywords As String() _
)
public static void TraceCallStack(
string[] keywords
)
public:
static void TraceCallStack(
array<String^>^ keywords
)
static member TraceCallStack :
keywords:string[] -> unit
public static function TraceCallStack(
keywords : String[]
)
Parameters
keywords
Type: array<System.String[]One or more keywords
.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.