ValidationExtensionRegistrar Class

Base class for an ExtensionRegistar that can register Validation Extensions

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.ExtensionEnablement.ExtensionRegistrarBase<Delegate, IDictionary<String, Object>>
    Microsoft.VisualStudio.Modeling.ExtensionEnablement.ValidationExtensionRegistrar

Namespace:  Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'Declaration
Public MustInherit Class ValidationExtensionRegistrar _
    Inherits ExtensionRegistrarBase(Of Delegate, IDictionary(Of String, Object))
public abstract class ValidationExtensionRegistrar : ExtensionRegistrarBase<Delegate, IDictionary<string, Object>>
public ref class ValidationExtensionRegistrar abstract : public ExtensionRegistrarBase<Delegate^, IDictionary<String^, Object^>^>
[<AbstractClass>]
type ValidationExtensionRegistrar =  
    class
        inherit ExtensionRegistrarBase<Delegate, IDictionary<string, Object>>
    end
public abstract class ValidationExtensionRegistrar extends ExtensionRegistrarBase<Delegate, IDictionary<String, Object>>

The ValidationExtensionRegistrar type exposes the following members.

Constructors

  Name Description
Protected method ValidationExtensionRegistrar

Top

Properties

  Name Description
Public property FilteredImports List of Imports after filtering was applied. (Overrides ExtensionRegistrarBase<T, TMetadataView>.FilteredImports.)
Protected property LazyImports (Inherited from ExtensionRegistrarBase<T, TMetadataView>.)
Public property Logger (Overrides ExtensionRegistrarBase<T, TMetadataView>.Logger.)
Protected property MetadataFilter
Protected property UnfilteredLazyImports (Overrides ExtensionRegistrarBase<T, TMetadataView>.UnfilteredLazyImports.)

Top

Methods

  Name Description
Protected method CanImport Allow registrars that match the metadatafilter with a key in their metadata to be imported (Overrides ExtensionRegistrarBase<T, TMetadataView>.CanImport(Lazy<T, TMetadataView>).)
Protected method Compare (Inherited from ExtensionRegistrarBase<T, TMetadataView>.)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetValidationMethods Default implementation to return all delegates appliable to the type of one model element (and its base type/implemented interfaces)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace