LogIdSet.Subtraction Operator

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Removes a logging id from a LogIdSet object.

Namespace:  Microsoft.SolverFoundation.Common
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Shared Operator - ( _
    ids As LogIdSet, _
    id As Integer _
) As LogIdSet
public static LogIdSet operator -(
    LogIdSet ids,
    int id
)
public:
static LogIdSet operator -(
    LogIdSet ids, 
    int id
)
static let inline (-)
        ids:LogIdSet * 
        id:int  : LogIdSet
JScript does not support overloaded operators.

Parameters

  • id
    Type: System.Int32
    A Int32 value that represents a logging ID.

Return Value

Type: Microsoft.SolverFoundation.Common.LogIdSet
A LogIdSet object without the id.

.NET Framework Security

See Also

Reference

LogIdSet Structure

Microsoft.SolverFoundation.Common Namespace