ListBindableAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ListBindableAttribute class.
Overloads
ListBindableAttribute(Boolean) |
Initializes a new instance of the ListBindableAttribute class using a value to indicate whether the list is bindable. |
ListBindableAttribute(BindableSupport) |
Initializes a new instance of the ListBindableAttribute class using BindableSupport to indicate whether the list is bindable. |
ListBindableAttribute(Boolean)
- Source:
- ListBindableAttribute.cs
- Source:
- ListBindableAttribute.cs
- Source:
- ListBindableAttribute.cs
Initializes a new instance of the ListBindableAttribute class using a value to indicate whether the list is bindable.
public:
ListBindableAttribute(bool listBindable);
public ListBindableAttribute (bool listBindable);
new System.ComponentModel.ListBindableAttribute : bool -> System.ComponentModel.ListBindableAttribute
Public Sub New (listBindable As Boolean)
Parameters
- listBindable
- Boolean
true
if the list is bindable; otherwise, false
.
Applies to
ListBindableAttribute(BindableSupport)
- Source:
- ListBindableAttribute.cs
- Source:
- ListBindableAttribute.cs
- Source:
- ListBindableAttribute.cs
Initializes a new instance of the ListBindableAttribute class using BindableSupport to indicate whether the list is bindable.
public:
ListBindableAttribute(System::ComponentModel::BindableSupport flags);
public ListBindableAttribute (System.ComponentModel.BindableSupport flags);
new System.ComponentModel.ListBindableAttribute : System.ComponentModel.BindableSupport -> System.ComponentModel.ListBindableAttribute
Public Sub New (flags As BindableSupport)
Parameters
- flags
- BindableSupport
A BindableSupport that indicates whether the list is bindable.