HybridLocalSearchSolver.ITermSolver.SupportedOperations Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the operations that are supported by the solver.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Private ReadOnly Property SupportedOperations As IEnumerable(Of TermModelOperation)
Implements ITermSolver.SupportedOperations
IEnumerable<TermModelOperation> ITermSolver.SupportedOperations { get; }
private:
virtual property IEnumerable<TermModelOperation>^ SupportedOperations {
IEnumerable<TermModelOperation>^ get () sealed = ITermSolver::SupportedOperations::get;
}
private abstract SupportedOperations : IEnumerable<TermModelOperation>
private override SupportedOperations : IEnumerable<TermModelOperation>
JScript does not support explicit interface implementations.
Property Value
Type: System.Collections.Generic.IEnumerable<TermModelOperation>
The operations supported by the solver.
Implements
ITermSolver.SupportedOperations
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.