'Declaration
<NotNullAttribute()> Protected ReadOnly Property AttachedBindings As IEnumerable(Of BindingBase)
'Usage
Dim instance As BinderBase Dim value As IEnumerable(Of BindingBase) value = instance.AttachedBindings
[NotNull()] protected IEnumerable<BindingBase> AttachedBindings {get;}
[NotNull()] protected: property IEnumerable<BindingBase^>^ AttachedBindings { IEnumerable<BindingBase^>^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).