Share via


AdditionalTextValueProvider<TValue> Class

Definition

Provides custom values associated with AdditionalText instances using the given computeValue delegate.

public sealed class AdditionalTextValueProvider<TValue>
type AdditionalTextValueProvider<'Value> = class
Public NotInheritable Class AdditionalTextValueProvider(Of TValue)

Type Parameters

TValue
Inheritance
AdditionalTextValueProvider<TValue>

Constructors

AdditionalTextValueProvider<TValue>(Func<AdditionalText,TValue>, IEqualityComparer<AdditionalText>)

Provides custom values associated with AdditionalText instances using the given computeValue.

Applies to