BindingUtilities.SetBinding<T> Method (Parameter, IEnumerable<T>)

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

Binds an indexed parameter to a sequence of values.

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

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Sub SetBinding(Of T) ( _
    parameter As Parameter, _
    data As IEnumerable(Of T) _
)
public static void SetBinding<T>(
    this Parameter parameter,
    IEnumerable<T> data
)
[ExtensionAttribute]
public:
generic<typename T>
static void SetBinding(
    Parameter^ parameter, 
    IEnumerable<T>^ data
)
static member SetBinding : 
        parameter:Parameter * 
        data:IEnumerable<'T> -> unit 
JScript does not support generic types or methods.

Type Parameters

  • T

Parameters

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Parameter. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

.NET Framework Security

See Also

Reference

BindingUtilities Class

SetBinding Overload

Microsoft.SolverFoundation.Services Namespace