ListBindableAttribute Class

Definition

Specifies that a list can be used as a data source. A visual designer should use this attribute to determine whether to display a particular list in a data-binding picker. This class cannot be inherited.

public ref class ListBindableAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.All)]
public sealed class ListBindableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type ListBindableAttribute = class
    inherit Attribute
Public NotInheritable Class ListBindableAttribute
Inherits Attribute
Inheritance
ListBindableAttribute
Attributes

Remarks

For more information about using attributes, see Attributes.

Constructors

ListBindableAttribute(BindableSupport)

Initializes a new instance of the ListBindableAttribute class using BindableSupport to indicate whether the list is bindable.

ListBindableAttribute(Boolean)

Initializes a new instance of the ListBindableAttribute class using a value to indicate whether the list is bindable.

Fields

Default

Represents the default value for ListBindableAttribute.

No

Specifies that the list is not bindable. This static field is read-only.

Yes

Specifies that the list is bindable. This static field is read-only.

Properties

ListBindable

Gets whether the list is bindable.

TypeId

When implemented in a derived class, gets a unique identifier for this Attribute.

(Inherited from Attribute)

Methods

Equals(Object)

Returns whether the object passed is equal to this ListBindableAttribute.

GetHashCode()

Returns the hash code for this instance.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
IsDefaultAttribute()

Returns whether ListBindable is set to the default value.

Match(Object)

When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.

(Inherited from Attribute)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Explicit Interface Implementations

_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)

Applies to