ElementProperty.DeclaringElement Property
The element that contains the property.
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 DeclaringElement As ElementViewModel
public ElementViewModel DeclaringElement { get; }
public:
property ElementViewModel^ DeclaringElement {
ElementViewModel^ get ();
}
public function get DeclaringElement () : ElementViewModel
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace