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