RuleStore.ValueDefinitionLinkFound<T> Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public: generic <typename T>
delegate void RuleStore::ValueDefinitionLinkFound(ValueDefinitionLink ^ valueDefinitionLink, T parameter);
public delegate void RuleStore.ValueDefinitionLinkFound<T>(ValueDefinitionLink valueDefinitionLink, T parameter);
type RuleStore.ValueDefinitionLinkFound<'T> = delegate of ValueDefinitionLink * 'T -> unit
Public Delegate Sub RuleStore.ValueDefinitionLinkFound(Of T)(valueDefinitionLink As ValueDefinitionLink, parameter As T)
Type Parameters
- T
Parameters
- valueDefinitionLink
- ValueDefinitionLink
- parameter
- T