Partager via


BindableProperty Members

Include Protected Members
Include Inherited Members

The BindableProperty type exposes the following members.

Constructors

  Name Description
Ff669551.pubmethod(en-us,PandP.50).gif BindableProperty
Initializes a new instance of BindableProperty.

Methods

  Name Description
Ff669551.pubmethod(en-us,PandP.50).gif AddValueChanged
Enables other objects to be notified when this property changes.
(Overrides PropertyDescriptor.AddValueChanged(Object, EventHandler).)
Ff669551.pubmethod(en-us,PandP.50).gif CanResetValue
Returns whether resetting an object changes its value.
(Overrides PropertyDescriptor.CanResetValue(Object).)
Ff669551.protmethod(en-us,PandP.50).gif CreateAttributeCollection (Inherited from MemberDescriptor.)
Ff669551.protmethod(en-us,PandP.50).gif CreateInstance (Inherited from PropertyDescriptor.)
Ff669551.pubmethod(en-us,PandP.50).gif Dispose Overloaded.
Ff669551.pubmethod(en-us,PandP.50).gif Equals (Inherited from PropertyDescriptor.)
Ff669551.protmethod(en-us,PandP.50).gif FillAttributes (Inherited from PropertyDescriptor.)
Ff669551.protmethod(en-us,PandP.50).gif Finalize (Inherited from Object.)
Ff669551.pubmethod(en-us,PandP.50).gif GetChildProperties Overloaded.
Ff669551.pubmethod(en-us,PandP.50).gif GetEditor (Inherited from PropertyDescriptor.)
Ff669551.pubmethod(en-us,PandP.50).gif GetHashCode (Inherited from PropertyDescriptor.)
Ff669551.protmethod(en-us,PandP.50).gif GetInvocationTarget (Inherited from PropertyDescriptor.)
Ff669551.pubmethod(en-us,PandP.50).gif GetType (Inherited from Object.)
Ff669551.protmethod(en-us,PandP.50).gif GetTypeFromName (Inherited from PropertyDescriptor.)
Ff669551.pubmethod(en-us,PandP.50).gif GetValue
Gets the current value of the property on a component.
(Overrides PropertyDescriptor.GetValue(Object).)
Ff669551.protmethod(en-us,PandP.50).gif GetValueChangedHandler (Inherited from PropertyDescriptor.)
Ff669551.protmethod(en-us,PandP.50).gif MemberwiseClone (Inherited from Object.)
Ff669551.protmethod(en-us,PandP.50).gif OnPropertyChanged
Raises the propertyChanged() event.
Ff669551.protmethod(en-us,PandP.50).gif OnValueChanged (Inherited from PropertyDescriptor.)
Ff669551.pubmethod(en-us,PandP.50).gif RemoveValueChanged
Enables other objects to be notified when this property changes.
(Overrides PropertyDescriptor.RemoveValueChanged(Object, EventHandler).)
Ff669551.pubmethod(en-us,PandP.50).gif ResetValue
Does nothing.
(Overrides PropertyDescriptor.ResetValue(Object).)
Ff669551.pubmethod(en-us,PandP.50).gif SetValue
When overridden in a derived class, sets the value of the component to a different value.
(Overrides PropertyDescriptor.SetValue(Object, Object).)
Ff669551.pubmethod(en-us,PandP.50).gif ShouldSerializeValue
When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.
(Overrides PropertyDescriptor.ShouldSerializeValue(Object).)
Ff669551.pubmethod(en-us,PandP.50).gif ToString (Inherited from Object.)

Properties

  Name Description
Ff669551.protproperty(en-us,PandP.50).gif AttributeArray (Inherited from MemberDescriptor.)
Ff669551.pubproperty(en-us,PandP.50).gif Attributes (Inherited from MemberDescriptor.)
Ff669551.pubproperty(en-us,PandP.50).gif BindableValue
Gets or sets a textual representing the underlying Property's value.
Ff669551.pubproperty(en-us,PandP.50).gif Category
Gets the name of the category to which the member belongs.
(Overrides MemberDescriptor.Category.)
Ff669551.pubproperty(en-us,PandP.50).gif ComponentType
Gets the type of the component this property is bound to.
(Overrides PropertyDescriptor.ComponentType.)
Ff669551.pubproperty(en-us,PandP.50).gif Converter
Gets a TypeConverter implementation that can be used to interact with the underlying Property.
(Overrides PropertyDescriptor.Converter.)
Ff669551.pubproperty(en-us,PandP.50).gif Description
Gets the description of the property.
(Overrides MemberDescriptor.Description.)
Ff669551.pubproperty(en-us,PandP.50).gif DesignTimeOnly (Inherited from MemberDescriptor.)
Ff669551.pubproperty(en-us,PandP.50).gif DisplayName
Gets the name that can be displayed in a window, such as a Properties window.
(Overrides MemberDescriptor.DisplayName.)
Ff669551.pubproperty(en-us,PandP.50).gif IsBindableValueCommitted
Gets whether the BindableValue was comitted to the underlying Property.
Ff669551.pubproperty(en-us,PandP.50).gif IsBrowsable (Inherited from MemberDescriptor.)
Ff669551.pubproperty(en-us,PandP.50).gif IsLocalizable (Inherited from PropertyDescriptor.)
Ff669551.pubproperty(en-us,PandP.50).gif IsReadOnly
Gets whether this property is read-only.
(Overrides PropertyDescriptor.IsReadOnly.)
Ff669551.pubproperty(en-us,PandP.50).gif Name (Inherited from MemberDescriptor.)
Ff669551.protproperty(en-us,PandP.50).gif NameHashCode (Inherited from MemberDescriptor.)
Ff669551.pubproperty(en-us,PandP.50).gif Property
Gets the underlying Property.
Ff669551.pubproperty(en-us,PandP.50).gif PropertyType
Gets the type of the property.
(Overrides PropertyDescriptor.PropertyType.)
Ff669551.pubproperty(en-us,PandP.50).gif ReadOnly
Gets whether the underlying Property is read-only.
Ff669551.pubproperty(en-us,PandP.50).gif SerializationVisibility (Inherited from PropertyDescriptor.)
Ff669551.pubproperty(en-us,PandP.50).gif SupportsChangeEvents
Gets a value indicating whether value change notifications for this property may originate from outside the property descriptor.
(Overrides PropertyDescriptor.SupportsChangeEvents.)
Ff669551.pubproperty(en-us,PandP.50).gif Value
Gets the underlying Property's value.

Events

  Name Description
Ff669551.pubevent(en-us,PandP.50).gif PropertyChanged
Occurs when a property value changes.

Explicit Interface Implementations

  Name Description
Ff669551.pubinterface(en-us,PandP.50).gifFf669551.privproperty(en-us,PandP.50).gif IDataErrorInfo.Error
Ff669551.pubinterface(en-us,PandP.50).gifFf669551.privproperty(en-us,PandP.50).gif IDataErrorInfo.Item

See Also

BindableProperty Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace