BindingRestrictions.GetInstanceRestriction Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Creates the binding restriction that checks the expression for object instance identity.

Namespace:  System.Dynamic
Assembly:  System.Core (in System.Core.dll)

Syntax

'Declaration
Public Shared Function GetInstanceRestriction ( _
    expression As Expression, _
    instance As Object _
) As BindingRestrictions
public static BindingRestrictions GetInstanceRestriction(
    Expression expression,
    Object instance
)

Parameters

  • instance
    Type: System.Object
    The exact object instance to test.

Return Value

Type: System.Dynamic.BindingRestrictions
The new binding restrictions.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.