ValidationExtensionRegistrar Class
Base class for an ExtensionRegistar that can register Validation Extensions
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Microsoft.VisualStudio.Modeling.ExtensionEnablement::ExtensionRegistrarBase<T, TMetadataView>
Microsoft.VisualStudio.Modeling.ExtensionEnablement::ValidationExtensionRegistrar
| Name | Description | |
|---|---|---|
![]() | ValidationExtensionRegistrar() |
| Name | Description | |
|---|---|---|
![]() | FilteredImports | List of Imports after filtering was applied.(Overrides ExtensionRegistrarBase<T, TMetadataView>::FilteredImports.) |
![]() | LazyImports | (Inherited from ExtensionRegistrarBase<T, TMetadataView>.) |
![]() | Logger | (Overrides ExtensionRegistrarBase<T, TMetadataView>::Logger.) |
![]() | MetadataFilter | |
![]() | UnfilteredLazyImports |
| Name | Description | |
|---|---|---|
![]() | CanImport(Lazy<Delegate^, IDictionary<String^, Object^>^>^) | Allow registrars that match the metadatafilter with a key in their metadata to be imported(Overrides ExtensionRegistrarBase<T, TMetadataView>::CanImport(Lazy<T, TMetadataView>^).) |
![]() | Compare(Tuple<T, TMetadataView>^, Tuple<T, TMetadataView>^) | Compares two imported objects of the same type.(Inherited from ExtensionRegistrarBase<T, TMetadataView>.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetValidationMethods(Object^, ValidationContext^) | Default implementation to return all delegates appliable to the type of one model element (and its base type/implemented interfaces) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



