AttributeCallback Delegate

Definition

Called when attributes are needed for a type.

public delegate void AttributeCallback(AttributeCallbackBuilder ^ builder);
public delegate void AttributeCallback(AttributeCallbackBuilder builder);
type AttributeCallback = delegate of AttributeCallbackBuilder -> unit
Public Delegate Sub AttributeCallback(builder As AttributeCallbackBuilder)

Parameters

builder
AttributeCallbackBuilder

An AttributeCallbackBuilder that can be used to add attributes.

Remarks

This callback enables delayed registration of metadata attributes as well as the ability to provide code that dynamically determines which attributes should be applied. This callback is provided to the AddCallback method of the AttributeTableBuilder class.

AttributeCallbackBuilder objects can build attributes only for the type that is requesting metadata.

Extension Methods

GetMethodInfo(Delegate)

Gets an object that represents the method represented by the specified delegate.

Applies to