DomainPropertyValueHandler<TElement, TValue> Class

Represents the base class for strong-type domain property handlers.

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

Syntax

'Declaration
Public MustInherit Class DomainPropertyValueHandler(Of TElement As ModelElement, TValue) _
    Inherits DomainPropertyValueHandler
'Usage
Dim instance As DomainPropertyValueHandler(Of TElement, TValue)
public abstract class DomainPropertyValueHandler<TElement, TValue> : DomainPropertyValueHandler 
where TElement : ModelElement
generic<typename TElement, typename TValue>
where TElement : ModelElement 
public ref class DomainPropertyValueHandler abstract : public DomainPropertyValueHandler
JScript does not support generic types or methods.

Type Parameters

  • TElement
  • TValue

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.DomainPropertyValueHandler
    Microsoft.VisualStudio.Modeling.DomainPropertyValueHandler<TElement, TValue>
      Microsoft.VisualStudio.Modeling.CalculatedPropertyValueHandler<TElement, TValue>

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

DomainPropertyValueHandler<TElement, TValue> Members

Microsoft.VisualStudio.Modeling Namespace