EnvironmentAwareFrameworkEditorBindableProperty Class
A FrameworkEditorBindableProperty class specific to environmentally overridden properties.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Class EnvironmentAwareFrameworkEditorBindableProperty _
Inherits FrameworkEditorBindableProperty
public class EnvironmentAwareFrameworkEditorBindableProperty : FrameworkEditorBindableProperty
public ref class EnvironmentAwareFrameworkEditorBindableProperty : public FrameworkEditorBindableProperty
public class EnvironmentAwareFrameworkEditorBindableProperty extends FrameworkEditorBindableProperty
Remarks
Property instances are shown in the designer as well in Visual Studio's property grid.
Threrefore this SuggestedValuesBindableProperty class derives from PropertyDescriptor.
In the Visual Studio Property Grid properties with a custom control will be shown as a drop down.
Inheritance Hierarchy
System.Object
System.ComponentModel.MemberDescriptor
System.ComponentModel.PropertyDescriptor
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BindableProperty
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.FrameworkEditorBindableProperty
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.EnvironmentAwareFrameworkEditorBindableProperty
See Also
EnvironmentAwareFrameworkEditorBindableProperty Members
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BindableProperty
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Property