LookupBindingPropertiesAttribute Class
Specifies the properties that support lookup-based binding. This class cannot be inherited.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | LookupBindingPropertiesAttribute() | Initializes a new instance of the LookupBindingPropertiesAttribute class using no parameters. |
![]() | LookupBindingPropertiesAttribute(String^, String^, String^, String^) | Initializes a new instance of the LookupBindingPropertiesAttribute class. |
| Name | Description | |
|---|---|---|
![]() | DataSource | Gets the name of the data source property for the component to which the LookupBindingPropertiesAttribute is bound. |
![]() | DisplayMember | Gets the name of the display member property for the component to which the LookupBindingPropertiesAttribute is bound. |
![]() | LookupMember | Gets the name of the lookup member for the component to which this attribute is bound. |
![]() | TypeId | |
![]() | ValueMember | Gets the name of the value member property for the component to which the LookupBindingPropertiesAttribute is bound. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified Object is equal to the current LookupBindingPropertiesAttribute instance. (Overrides Attribute::Equals(Object^).) |
![]() | GetHashCode() | Returns the hash code for this instance.(Overrides Attribute::GetHashCode().) |
![]() | GetType() | |
![]() | IsDefaultAttribute() | When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.(Inherited from Attribute.) |
![]() | Match(Object^) | When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.(Inherited from Attribute.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Default | Represents the default value for the LookupBindingPropertiesAttribute class. |
| Name | Description | |
|---|---|---|
![]() ![]() | _Attribute::GetIDsOfNames(Guid%, IntPtr, UInt32, UInt32, IntPtr) | Maps a set of names to a corresponding set of dispatch identifiers.(Inherited from Attribute.) |
![]() ![]() | _Attribute::GetTypeInfo(UInt32, UInt32, IntPtr) | Retrieves the type information for an object, which can be used to get the type information for an interface.(Inherited from Attribute.) |
![]() ![]() | _Attribute::GetTypeInfoCount(UInt32%) | Retrieves the number of type information interfaces that an object provides (either 0 or 1).(Inherited from Attribute.) |
![]() ![]() | _Attribute::Invoke(UInt32, Guid%, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | Provides access to properties and methods exposed by an object.(Inherited from Attribute.) |
The LookupBindingPropertiesAttribute is used to specify the properties used with lookup-based binding, particularly ListBox and ComboBox controls.
The LookupBindingPropertiesAttribute is specified at the class level. The class can be inherited and does not allow multiple attributes on the same class.
The following code example shows properties used with lookup-based binding.
The LookupBindingPropertiesAttribute attribute must include all four members, except when unsetting values. The following code example shows the ComboBox control.
The following code example shows that a control can support both simple binding as well as list binding.
The following code example shows that the LookupBindingPropertiesAttribute attribute can be unset by specifying no arguments.
Available since 2.0
Silverlight
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





