HybridLocalSearchModel.GetOperation Method

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

Gets the operation associated with a vid.

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

Syntax

'Declaration
Public Function GetOperation ( _
    vidOp As Integer _
) As TermModelOperation
public TermModelOperation GetOperation(
    int vidOp
)
public:
virtual TermModelOperation GetOperation(
    int vidOp
) sealed
abstract GetOperation : 
        vidOp:int -> TermModelOperation 
override GetOperation : 
        vidOp:int -> TermModelOperation 
public final function GetOperation(
    vidOp : int
) : TermModelOperation

Parameters

Return Value

Type: Microsoft.SolverFoundation.Services.TermModelOperation
The operation associated with the vid.

Implements

ITermModel.GetOperation(Int32)

.NET Framework Security

See Also

Reference

HybridLocalSearchModel Class

Microsoft.SolverFoundation.Solvers Namespace