EnvironmentOverriddenProperty Members
Include Protected Members
Include Inherited Members
The EnvironmentOverriddenProperty type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
EnvironmentOverriddenProperty |
Methods
Name | Description | |
---|---|---|
![]() |
ConvertFromBindableValue |
Converts a value from a BindableProperty value to a value that can be stored internally.
(Inherited from Property.) |
![]() |
ConvertFromBindableValueInvariant |
Converts a value with no CultureInfo considerations, from a BindableProperty value to a value that can be stored internally.
(Inherited from Property.) |
![]() |
ConvertToBindableValue |
Converts a value from an internal value to one that can be displayed in the user-interface.
(Inherited from Property.) |
![]() |
CreateBindableProperty | Overloaded. |
![]() |
Dispose | Overloaded. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetChildProperties |
Retrieves child properties for this Property.
(Inherited from Property.) |
![]() |
GetDefaultPropertyValidators |
Gets the set of default property validators this Property.
(Inherited from Property.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
GetValidators | (Overrides Property.GetValidators().) |
![]() |
GetValue |
Gets the underlying, stored value.
(Inherited from Property.) |
![]() |
Initialize |
Provides an opportunity to initialize the property after creation and prior to visualization.
(Inherited from Property.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnPropertyChanged |
Invoked when a property changes.
(Inherited from Property.) |
![]() |
PropertyDependencyInitialization |
Property dependencies not provided through the constructor and satisfied via dependency-injection.
(Inherited from Property.) |
![]() |
ResetValidationResults |
Resets the validation results with the provided enumerable of ValidationResult.
(Inherited from Property.) |
![]() |
SetValue |
Sets the underlying, stored value.
(Inherited from Property.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
Validate | Overloaded. |
Properties
Name | Description | |
---|---|---|
![]() |
Attributes |
Gets the attributes that were supplied to this Property instance.
(Inherited from Property.) |
![]() |
Bindable |
When overridden, gets an object that is bound to the view.
(Inherited from ViewModel.) |
![]() |
BindableProperty |
Gets a BindableProperty used as the bound value in the user-interface.
(Inherited from Property.) |
![]() |
Category |
Gets a category for the Property.
(Inherited from Property.) |
![]() |
ChildProperties | (Overrides Property.ChildProperties.) |
![]() |
Component | (Inherited from Property.) |
![]() |
ContainingSection |
Gets the SectionViewModel containing this Property.
(Inherited from Property.) |
![]() |
Converter | (Overrides Property.Converter.) |
![]() |
DeclaringProperty |
Gets the PropertyDescriptor for the property defined on Component.
(Inherited from Property.) |
![]() |
Description |
Gets a description for this property.
(Inherited from Property.) |
![]() |
DisplayName |
The name of this property as it should appear in the UI.
(Inherited from Property.) |
![]() |
HasChildProperties | (Overrides Property.HasChildProperties.) |
![]() |
HasSuggestedValues | (Overrides Property.HasSuggestedValues.) |
![]() |
Hidden |
Returns truetrue (True in Visual Basic) if the property should show up in the editor. Otherwise returns falsefalse (False in Visual Basic).
(Inherited from Property.) |
![]() |
IsRequired |
Gets a value indicating if the property is requried.
(Inherited from Property.) |
![]() |
IsValid |
Gets a value indicating if the property is valid.
(Inherited from Property.) |
![]() |
OriginalProperty | |
![]() |
PropertiesShown |
Gets or sets a value indicating that child properties should be shown.
(Inherited from Property.) |
![]() |
PropertyName | (Overrides Property.PropertyName.) |
![]() |
PropertyType | (Overrides Property.PropertyType.) |
![]() |
ReadOnly |
Gets a value indicating if the property is read-only.
(Inherited from Property.) |
![]() |
SuggestedValues | (Overrides Property.SuggestedValues.) |
![]() |
SuggestedValuesEditable | (Overrides Property.SuggestedValuesEditable.) |
![]() |
ValidationResults |
Gets any validation results for this property.
(Inherited from Property.) |
![]() |
Value | (Overrides Property.Value.) |
Events
Name | Description | |
---|---|---|
![]() |
PropertyChanged |
Occurs when a property value changes.
(Inherited from Property.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ITypeDescriptorContext.Container | (Inherited from Property.) |
![]() ![]() |
ILogicalPropertyContainerElement.ContainingElement | |
![]() ![]() |
ILogicalPropertyContainerElement.ContainingElementDisplayName | |
![]() ![]() |
IServiceProvider.GetService | (Inherited from Property.) |
![]() ![]() |
ITypeDescriptorContext.Instance | (Inherited from Property.) |
![]() ![]() |
ITypeDescriptorContext.OnComponentChanged | (Inherited from Property.) |
![]() ![]() |
ITypeDescriptorContext.OnComponentChanging | (Inherited from Property.) |
![]() ![]() |
ITypeDescriptorContext.PropertyDescriptor | (Inherited from Property.) |