BindableAttribute Constructor (BindableSupport, BindingDirection)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Initializes a new instance of the BindableAttribute class.
Namespace: System.ComponentModel
Assembly: System (in System.dll)
Syntax
'Declaration
Public Sub New ( _
flags As BindableSupport, _
direction As BindingDirection _
)
public BindableAttribute(
BindableSupport flags,
BindingDirection direction
)
Parameters
- flags
Type: System.ComponentModel.BindableSupport
One of the BindableSupport values.
- direction
Type: System.ComponentModel.BindingDirection
One of the BindingDirection values.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also