FilterCollection.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(FilterOperator, PropertyId, Object) |
Adds a filter to the collection using the specified operator, property identifier object, and value. |
Add(FilterOperator, PropId, Object) |
Adds a filter to the collection using the specified operator, property identifier, and value. |
Add(FilterOperator, PropertyId, Object)
Adds a filter to the collection using the specified operator, property identifier object, and value.
[System.Runtime.InteropServices.ComVisible(false)]
public void Add (Microsoft.Hpc.Scheduler.Properties.FilterOperator operation, Microsoft.Hpc.Scheduler.Properties.PropertyId propertyId, object value);
override this.Add : Microsoft.Hpc.Scheduler.Properties.FilterOperator * Microsoft.Hpc.Scheduler.Properties.PropertyId * obj -> unit
Parameters
- operation
- FilterOperator
The operator to use when comparing the specified value to the object's property value. For a list of possible operators, see the FilterOperator enumeration.
- propertyId
- PropertyId
An PropertyId object that uniquely identifies the property whose value you want to compare.
- value
- Object
The value to use in the comparison.
Implements
- Attributes
Applies to
Add(FilterOperator, PropId, Object)
Adds a filter to the collection using the specified operator, property identifier, and value.
public void Add (Microsoft.Hpc.Scheduler.Properties.FilterOperator operation, Microsoft.Hpc.Scheduler.PropId propId, object value);
override this.Add : Microsoft.Hpc.Scheduler.Properties.FilterOperator * Microsoft.Hpc.Scheduler.PropId * obj -> unit
Parameters
- operation
- FilterOperator
The operator to use when comparing the specified value to the object's property value. For a list of possible operators, see the FilterOperator enumeration.
- propId
- PropId
An identifier that uniquely identifies the property whose value you want to compare. For possible property identifiers, see the PropId enumeration.
- value
- Object
The value to use in the comparison.