GlobalFilterCollection.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Add(Object) |
Adds the specified filter to the global filter collection. |
Add(Object, Int32) |
Adds the specified filter to the global filter collection using the specified filter run order. |
Add(Object)
Adds the specified filter to the global filter collection.
public void Add (object filter);
member this.Add : obj -> unit
Public Sub Add (filter As Object)
Parameters
- filter
- Object
The filter.
Applies to
Add(Object, Int32)
Adds the specified filter to the global filter collection using the specified filter run order.
public void Add (object filter, int order);
member this.Add : obj * int -> unit
Public Sub Add (filter As Object, order As Integer)
Parameters
- filter
- Object
The filter.
- order
- Int32
The filter run order.