Property.DeclaringProperty Property
Gets the PropertyDescriptor for the property defined on Component.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property DeclaringProperty As PropertyDescriptor
public PropertyDescriptor DeclaringProperty { get; }
public:
property PropertyDescriptor^ DeclaringProperty {
PropertyDescriptor^ get ();
}
public function get DeclaringProperty () : PropertyDescriptor
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace