LookupBindingPropertiesAttribute Constructor (String, String, String, String)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Initializes a new instance of the LookupBindingPropertiesAttribute class.
Namespace: System.ComponentModel
Assembly: System (in System.dll)
Syntax
'Declaration
Public Sub New ( _
dataSource As String, _
displayMember As String, _
valueMember As String, _
lookupMember As String _
)
public LookupBindingPropertiesAttribute(
string dataSource,
string displayMember,
string valueMember,
string lookupMember
)
Parameters
- dataSource
Type: System.String
The name of the property to be used as the data source.
- displayMember
Type: System.String
The name of the property to be used for the display name.
- valueMember
Type: System.String
The name of the property to be used as the source for values.
- lookupMember
Type: System.String
The name of the property to be used for lookups.
Remarks
This constructor sets each of its public properties to the corresponding supplied parameter; for example, the DataSource property is set to dataSource.
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.