EnvironmentAwareFrameworkEditorBindableProperty.CreateEditorInstance Method
Creates a new editor instance 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 Overrides Function CreateEditorInstance As FrameworkElement
public override FrameworkElement CreateEditorInstance()
public:
virtual FrameworkElement^ CreateEditorInstance() override
public override function CreateEditorInstance() : FrameworkElement
Return Value
a new editor instance for the underlying Property.
See Also
EnvironmentAwareFrameworkEditorBindableProperty Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace