'Declaration Public Function New( _ ByVal binding As Binding, _ ByVal propertyName As DataPointPropertyName _ )
'Usage Dim binding As Binding Dim propertyName As DataPointPropertyName Dim instance As New BindingInfo(binding, propertyName)
public BindingInfo( Binding binding, DataPointPropertyName propertyName )
Parameters
- binding
- The Binding to use for the specified property name.
- propertyName
- The property name to use the specified binding for.