Deli putem


FrameworkEditorBindableProperty.CreatedEditorReferences Property

Gets a list of the editor instances created for the underlying 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 CreatedEditorReferences As IEnumerable(Of FrameworkElement)
public IEnumerable<FrameworkElement> CreatedEditorReferences { get; }
public:
property IEnumerable<FrameworkElement^>^ CreatedEditorReferences {
    IEnumerable<FrameworkElement^>^ get ();
}
public function get CreatedEditorReferences () : IEnumerable<FrameworkElement>

Field Value

A list of the editor instances created for the underlying Property.

See Also

FrameworkEditorBindableProperty Class

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