Deli putem


ElementReferenceProperty.ReferencedElement Property

The ElementViewModel referenced. This will return null if the reference has not yet been realized, such as the case if the property has been loaded but the reference has not yet been loaded,

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 ReferencedElement As ElementViewModel
public ElementViewModel ReferencedElement { get; }
public:
property ElementViewModel^ ReferencedElement {
    ElementViewModel^ get ();
}
public function get ReferencedElement () : ElementViewModel

See Also

ElementReferenceProperty Class

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