InclusionExclusionList<T> Class

A generic set of inclusion and exclusion lists, with one obeyed at any time. Defaults to an Exclude list.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Enterprise.WebInstrument.InclusionExclusionList<T>

Namespace:  Microsoft.VisualStudio.Enterprise.WebInstrument
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public Class InclusionExclusionList(Of T)
public class InclusionExclusionList<T>
generic<typename T>
public ref class InclusionExclusionList
type InclusionExclusionList<'T> =  class end
JScript does not support generic types or methods.

Type Parameters

  • T
    Type to of objects to include or exclude

The InclusionExclusionList<T> type exposes the following members.

Constructors

  Name Description
Public method InclusionExclusionList<T>() Create a new InclusionExclusionList
Public method InclusionExclusionList<T>(Int32) Create a new InclusionExclusionList

Top

Properties

  Name Description
Public property Comparator Set this property to override using the Equals method to compare two T's
Public property ExclusionList Retrieve a read-only collection representing the exclusion list.
Public property InclusionList Retrieve a read-only collection representing the inclusion list.
Public property ObeyExclusionList
Public property ObeyInclusionList

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method Exclude
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Include
Public method IsAllowed Determine based on the settings of the class if a T is enabled (or is not filtered)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Reset Removes all the entries in the exclusion/inclusion lists, and resets the Obey*List flags.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Enterprise.WebInstrument Namespace