This documentation is archived and is not being maintained.
TraceFilter Class
Visual Studio 2013
This class describes a trace filter, that is a set of criteria on whether a trace event should be emitted
System::Object
Microsoft.TeamFoundation.Framework.Server::TraceDefinition
Microsoft.TeamFoundation.Framework.Server::TraceFilter
Microsoft.TeamFoundation.Framework.Server::TraceDefinition
Microsoft.TeamFoundation.Framework.Server::TraceFilter
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The TraceFilter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Area | (Inherited from TraceDefinition.) |
![]() | DelayToInject | |
![]() | ExceptionToInject | |
![]() | InjectionFrequency | |
![]() | IsEnabled | |
![]() | Layer | (Inherited from TraceDefinition.) |
![]() | Level | (Inherited from TraceDefinition.) |
![]() | Method | (Inherited from TraceDefinition.) |
![]() | Owner | |
![]() | Path | (Inherited from TraceDefinition.) |
![]() | ProcessName | (Inherited from TraceDefinition.) |
![]() | Service | (Inherited from TraceDefinition.) |
![]() | ServiceHost | (Inherited from TraceDefinition.) |
![]() | Tags | (Inherited from TraceDefinition.) |
![]() | TimeCreated | (Inherited from TraceDefinition.) |
![]() | TraceId | (Inherited from TraceDefinition.) |
![]() | Tracepoint | (Inherited from TraceDefinition.) |
![]() | Uri | (Inherited from TraceDefinition.) |
![]() | UserAgent | (Inherited from TraceDefinition.) |
![]() | UserLogin | (Inherited from TraceDefinition.) |
| Name | Description | |
|---|---|---|
![]() | AnyMatch | Member if and only if: reference is null or comparand matches reference (Inherited from TraceDefinition.) |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Equals(TraceFilter) | |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsMatch(TraceEvent%) | Returns true if the given trace set matches the current filter |
![]() | IsMatch(String, String) | Match if and only if: reference is null or comparand matches reference (Inherited from TraceDefinition.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
