'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <ElementsNotNullAttribute()> <NotNullAttribute()> <TypeConverterAttribute(System.ComponentModel.CollectionConverter)> Public Shadows ReadOnly Property BindingGroups As Collection(Of PointBindingGroup)
'Usage
Dim instance As PointBinderCore Dim value As Collection(Of PointBindingGroup) value = instance.BindingGroups
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [ElementsNotNull()] [NotNull()] [TypeConverter(System.ComponentModel.CollectionConverter)] public new Collection<PointBindingGroup> BindingGroups {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [ElementsNotNull()] [NotNull()] [TypeConverter(System.ComponentModel.CollectionConverter)] public: new property Collection<PointBindingGroup^>^ BindingGroups { Collection<PointBindingGroup^>^ get(); }