ElementReferenceValidator Class

A PropertyValidator class that is used to validate ElementReferenceProperty values.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Class ElementReferenceValidator _
    Inherits PropertyValidator
public class ElementReferenceValidator : PropertyValidator
public ref class ElementReferenceValidator : public PropertyValidator
public class ElementReferenceValidator extends PropertyValidator

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation.Validator
    Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation.PropertyValidator
      Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation.ElementReferenceValidator

See Also

ElementReferenceValidator Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation Namespace

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ElementReferenceProperty