SolutionMapping.TryGetVid Method (Goal, Int32%)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns a row index associated with a specified goal.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public MustOverride Function TryGetVid ( _
goal As Goal, _
<OutAttribute> ByRef vid As Integer _
) As Boolean
public abstract bool TryGetVid(
Goal goal,
out int vid
)
public:
virtual bool TryGetVid(
Goal^ goal,
[OutAttribute] int% vid
) abstract
abstract TryGetVid :
goal:Goal *
vid:int byref -> bool
public abstract function TryGetVid(
goal : Goal,
vid : int
) : boolean
Parameters
- goal
Type: Microsoft.SolverFoundation.Services.Goal
The goal.
- vid
Type: System.Int32%
The row index.
Return Value
Type: System.Boolean
true if the row identifier is mapped to the goal; otherwise, false.
.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.