Combine Method
Collapse the table of content
Expand the table of content

BindingRestrictions.Combine Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Combines binding restrictions from the list of DynamicMetaObject instances into one set of restrictions.

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

'Declaration
Public Shared Function Combine ( _
	contributingObjects As IList(Of DynamicMetaObject) _
) As BindingRestrictions

Parameters

contributingObjects
Type: System.Collections.Generic.IList(Of DynamicMetaObject)
The list of DynamicMetaObject instances from which to combine restrictions.

Return Value

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

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft