TeamFoundationTrace.IsTracing Method (array<String )
Check to see whether tracing is enabled for any of the specified keywords.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Function IsTracing ( _
keywords As String() _
) As Boolean
public static bool IsTracing(
string[] keywords
)
public:
static bool IsTracing(
array<String^>^ keywords
)
static member IsTracing :
keywords:string[] -> bool
public static function IsTracing(
keywords : String[]
) : boolean
Parameters
keywords
Type: array<System.String[]One or more keywords
Return Value
Type: System.Boolean
True if tracing is enabled for any of the 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.