Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
 DependencyPropertyDescriptor Member...
Collapse All/Expand All Collapse All
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
DependencyPropertyDescriptor Members

Provides an extension of PropertyDescriptor that accounts for the additional property characteristics of a dependency property.

The DependencyPropertyDescriptor type exposes the following members.

  NameDescription
Public methodAddValueChangedEnables other objects to be notified when this property changes. (Overrides PropertyDescriptor..::.AddValueChanged(Object, EventHandler).)
Public methodCanResetValueReturns whether resetting an object changes its value. (Overrides PropertyDescriptor..::.CanResetValue(Object).)
Protected methodCreateAttributeCollectionCreates a collection of attributes using the array of attributes passed to the constructor. (Inherited from MemberDescriptor.)
Protected methodCreateInstanceCreates an instance of the specified type. (Inherited from PropertyDescriptor.)
Public methodEqualsCompares two DependencyPropertyDescriptor instances for equality. (Overrides PropertyDescriptor..::.Equals(Object).)
Protected methodFillAttributesAdds the attributes of the PropertyDescriptor to the specified list of attributes in the parent class. (Inherited from PropertyDescriptor.)
Protected methodFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodStatic memberFromNameReturns a DependencyPropertyDescriptor for a provided property name.
Public methodStatic memberFromPropertyOverloaded. Returns a DependencyPropertyDescriptor based either on a provided PropertyDescriptor or a provided type, depending on the signature used.
Public methodGetChildPropertiesOverloaded. Returns a PropertyDescriptorCollection.
Public methodGetEditorGets an editor of the specified type. (Overrides PropertyDescriptor..::.GetEditor(Type).)
Public methodGetHashCodeReturns the hash code for this DependencyPropertyDescriptor. (Overrides PropertyDescriptor..::.GetHashCode()()().)
Protected methodGetInvocationTargetThis method returns the object that should be used during invocation of members. (Inherited from PropertyDescriptor.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodGetTypeFromNameReturns a type using its name. (Inherited from PropertyDescriptor.)
Public methodGetValueResturns the current value of the property on a component. (Overrides PropertyDescriptor..::.GetValue(Object).)
Protected methodGetValueChangedHandlerRetrieves the current set of ValueChanged event handlers for a specific component (Inherited from PropertyDescriptor.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Protected methodOnValueChangedRaises the ValueChanged event that you implemented. (Inherited from PropertyDescriptor.)
Public methodRemoveValueChangedEnables other objects to be notified when this property changes. (Overrides PropertyDescriptor..::.RemoveValueChanged(Object, EventHandler).)
Public methodResetValueResets the value for this property of the component to the default value. (Overrides PropertyDescriptor..::.ResetValue(Object).)
Public methodSetValueSets the value of the component to a different value. (Overrides PropertyDescriptor..::.SetValue(Object, Object).)
Public methodShouldSerializeValueIndicates whether the value of this property needs to be persisted by serialization processes. (Overrides PropertyDescriptor..::.ShouldSerializeValue(Object).)
Public methodToStringConverts the value of this instance to its equivalent string representation. (Overrides Object..::.ToString()()().)
Top
  NameDescription
Protected propertyAttributeArrayGets or sets an array of attributes. (Inherited from MemberDescriptor.)
Public propertyAttributesGets the collection of attributes for this member. (Overrides MemberDescriptor..::.Attributes.)
Public propertyCategoryGets the name of the category that the member belongs to, as specified in the CategoryAttribute. (Overrides MemberDescriptor..::.Category.)
Public propertyComponentTypeGets the type of the component this property is bound to. (Overrides PropertyDescriptor..::.ComponentType.)
Public propertyConverterGets the type converter for this property. (Overrides PropertyDescriptor..::.Converter.)
Public propertyDependencyPropertyReturns the dependency property identifier.
Public propertyDescriptionGets the description of the member, as specified in the DescriptionAttribute. (Overrides MemberDescriptor..::.Description.)
Public propertyDesignerCoerceValueCallbackGets or sets a callback that designers use to modify the effective value of a dependency property before the dependency property value is stored in the dependency property engine.
Public propertyDesignTimeOnlyGets whether this member should be set only at design time, as specified in the DesignOnlyAttribute. (Overrides MemberDescriptor..::.DesignTimeOnly.)
Public propertyDisplayNameGets the name that can be displayed in a window, such as a Properties window. (Overrides MemberDescriptor..::.DisplayName.)
Public propertyIsAttachedGets a value that indicates whether the property is registered as an attached property and is being used through an attached usage.
Public propertyIsBrowsableGets a value that indicates the value of the BrowsableAttribute on the property. (Overrides MemberDescriptor..::.IsBrowsable.)
Public propertyIsLocalizableGets a value indicating whether this property should be localized, as specified in the LocalizableAttribute. (Overrides PropertyDescriptor..::.IsLocalizable.)
Public propertyIsReadOnlyGets a value indicating whether this property is read-only. (Overrides PropertyDescriptor..::.IsReadOnly.)
Public propertyMetadataGets the metadata associated with the dependency property.
Public propertyNameGets the name of the member. (Inherited from MemberDescriptor.)
Protected propertyNameHashCodeGets the hash code for the name of the member, as specified in GetHashCode. (Inherited from MemberDescriptor.)
Public propertyPropertyTypeGets the represented Type of the dependency property. (Overrides PropertyDescriptor..::.PropertyType.)
Public propertySerializationVisibilityGets a value indicating whether this property should be serialized, as specified in the DesignerSerializationVisibilityAttribute. (Inherited from PropertyDescriptor.)
Public propertySupportsChangeEventsIndicates whether value change notifications for this property may originate from outside the property descriptor, such as from the component itself, or whether notifications will only originate from direct calls made to SetValue. (Overrides PropertyDescriptor..::.SupportsChangeEvents.)
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2010 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker