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.
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.
Show: